diff options
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml new file mode 100644 index 0000000000..e1023bfe19 --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?>
+
+<jboss-web>
+ <context-root>ecomp/mso/infra</context-root>
+ <security-domain>other</security-domain>
+</jboss-web>
\ No newline at end of file |