uniti front-end e back-end in un unico war
This commit is contained in:
17
src/main/resources/WEB-INF/web.xml
Normal file
17
src/main/resources/WEB-INF/web.xml
Normal 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>
|
Reference in New Issue
Block a user