Change API-H service path back to ecomp/mso/infra

This was documented in the API we committed to at M3.

Change-Id: I04963c540a8d14bc93536bb0d5eca59912c8af89
Issue-ID: SO-488
Signed-off-by: Rob Daugherty <rd472p@att.com>
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 8970c2f..984bfc6 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>