Skip to content

Commit 3ec0551

Browse files
committed
application.xml for the remote ejb ssl test
1 parent 3d1fc6d commit 3ec0551

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<application xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/application_7.xsd"
5+
version="7">
6+
7+
<display-name>myapp</display-name>
8+
9+
<module>
10+
<ejb>myEJB.jar</ejb>
11+
</module>
12+
13+
<module>
14+
<web>
15+
<web-uri>test.war</web-uri>
16+
<context-root>/test</context-root>
17+
</web>
18+
</module>
19+
</application>
20+

0 commit comments

Comments
 (0)