uniti front-end e back-end in un unico war

This commit is contained in:
2015-07-08 15:22:39 +02:00
parent 98e1e95c13
commit b0c026abea
18 changed files with 707 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
<listener>
<listener-class>eu.webtoolkit.jwt.ServletInit</listener-class>
</listener>
<display-name>jpacrepo</display-name>
<description>jpacrepo</description>
<!--<session-config>-->
<!--<tracking-mode>URL</tracking-mode>-->
<!--</session-config>-->
</web-app>