First Commit - Source Code from Reply
This commit is contained in:
10
dbcm/dbcm-ear/target/dbcm-ear-1.0/META-INF/application.xml
Normal file
10
dbcm/dbcm-ear/target/dbcm-ear-1.0/META-INF/application.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version="5">
|
||||
<display-name>dbcm</display-name>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>dbcm.war</web-uri>
|
||||
<context-root>dbcm</context-root>
|
||||
</web>
|
||||
</module>
|
||||
</application>
|
||||
Reference in New Issue
Block a user