diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-23 00:01:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-23 00:01:50 +0000 |
commit | 2eda4d03efd5a02941c4edc2996153f2bba14baa (patch) | |
tree | bb9529be02fc6f72ae2380e96dcc78048cdefb5c /mso-api-handlers | |
parent | 6b9a5927fcd283d883b497f793988f8625dda871 (diff) | |
parent | 2f8f9ad1849694e7d9b03f8fa2a58678f02ebdf4 (diff) |
Merge "Change API-H service path back to ecomp/mso/infra"
Diffstat (limited to 'mso-api-handlers')
-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>
|