added deployment descriptor for wildfly

This commit is contained in:
Walter Oggioni
2017-07-14 19:55:44 +02:00
parent b79c48db25
commit 7bae3c9d14

View 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>