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 | 4 |
1 files changed, 2 insertions, 2 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 index 8970c2ff44..984bfc6589 100644 --- 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 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
- <context-root>onap/so/infra</context-root>
+ <context-root>ecomp/mso/infra</context-root>
<security-domain>other</security-domain>
-</jboss-web>
\ No newline at end of file +</jboss-web>
|