init
This commit is contained in:
BIN
WebContent/WEB-INF/lib/ojdbc14.jar
Normal file
BIN
WebContent/WEB-INF/lib/ojdbc14.jar
Normal file
Binary file not shown.
13
WebContent/WEB-INF/web.xml
Normal file
13
WebContent/WEB-INF/web.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<web-app version="2.5"
|
||||
xmlns="http://java.sun.com/xml/ns/javaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
|
||||
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
|
||||
<welcome-file-list>
|
||||
<welcome-file>index.jsp</welcome-file>
|
||||
</welcome-file-list>
|
||||
<listener>
|
||||
<listener-class>com.javatpoint.MyListener</listener-class>
|
||||
</listener>
|
||||
</web-app>
|
||||
Reference in New Issue
Block a user