init
This commit is contained in:
6
src/main/webapp/WEB-INF/jboss-web.xml
Normal file
6
src/main/webapp/WEB-INF/jboss-web.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<jboss-web>
|
||||
<replication-config>
|
||||
<replication-trigger>SET</replication-trigger>
|
||||
<replication-granularity>SESSION</replication-granularity>
|
||||
</replication-config>
|
||||
</jboss-web>
|
||||
BIN
src/main/webapp/WEB-INF/lib/javassist-3.0.jar
Normal file
BIN
src/main/webapp/WEB-INF/lib/javassist-3.0.jar
Normal file
Binary file not shown.
BIN
src/main/webapp/WEB-INF/lib/mysql-connector-java-5.1.31.jar
Normal file
BIN
src/main/webapp/WEB-INF/lib/mysql-connector-java-5.1.31.jar
Normal file
Binary file not shown.
BIN
src/main/webapp/WEB-INF/lib/ojdbc6.jar
Normal file
BIN
src/main/webapp/WEB-INF/lib/ojdbc6.jar
Normal file
Binary file not shown.
BIN
src/main/webapp/WEB-INF/lib/taglibs-standard-impl-1.2.3.jar
Normal file
BIN
src/main/webapp/WEB-INF/lib/taglibs-standard-impl-1.2.3.jar
Normal file
Binary file not shown.
13
src/main/webapp/WEB-INF/web.xml
Normal file
13
src/main/webapp/WEB-INF/web.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" version="4.0">
|
||||
<display-name>WEBAPP</display-name>
|
||||
<welcome-file-list>
|
||||
<welcome-file>index.html</welcome-file>
|
||||
<welcome-file>index.htm</welcome-file>
|
||||
<welcome-file>index.jsp</welcome-file>
|
||||
<welcome-file>default.html</welcome-file>
|
||||
<welcome-file>default.htm</welcome-file>
|
||||
<welcome-file>default.jsp</welcome-file>
|
||||
</welcome-file-list>
|
||||
<distributable/>
|
||||
</web-app>
|
||||
Reference in New Issue
Block a user