Adding jboss-web configuration files to change context paths.
parent
745550fa70
commit
04ec78a4db
|
@ -0,0 +1,6 @@
|
|||
<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_6_0.xsd"
|
||||
version="6.0">
|
||||
<context-root>/</context-root>
|
||||
</jboss-web>
|
|
@ -0,0 +1,6 @@
|
|||
<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_6_0.xsd"
|
||||
version="6.0">
|
||||
<context-root>/api</context-root>
|
||||
</jboss-web>
|
Loading…
Reference in New Issue