We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1fc6d commit 3ec0551Copy full SHA for 3ec0551
1 file changed
ejb/remote/roles-allowed-ssl/src/main/resources/META-INF/application.xml
@@ -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
14
+ <web>
15
+ <web-uri>test.war</web-uri>
16
+ <context-root>/test</context-root>
17
+ </web>
18
19
+</application>
20
0 commit comments