added deployment descriptor for wildfly
This commit is contained in:
8
src/main/resources/WEB-INF/jboss-web.xml
Normal file
8
src/main/resources/WEB-INF/jboss-web.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jboss-web xmlns="http://www.jboss.com/xml/ns/javaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="
|
||||
http://www.jboss.com/xml/ns/javaee
|
||||
http://www.jboss.org/j2ee/schema/jboss-web_5_1.xsd">
|
||||
<context-root>/jpacrepo</context-root>
|
||||
</jboss-web>
|
Reference in New Issue
Block a user