Removed duplicat mso.configuration context param 53/42453/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 12 Apr 2018 08:47:54 +0000 (08:47 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 12 Apr 2018 08:47:54 +0000 (08:47 +0000)
Removed duplicat mso.configuration context param

Change-Id: I7322c5b5b35f8795f09752a1a1936f820ff11e5b
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml

index cd68847..e262495 100644 (file)
@@ -38,7 +38,7 @@
   </context-param>\r
   <context-param>\r
     <param-name>mso.configuration</param-name>\r
-    <param-value>MSO_PROP_TOPOLOGY=topology.properties</param-value>\r
+    <param-value>MSO_PROP_TOPOLOGY=topology.properties,MSO_PROP_APIHANDLER_INFRA=mso.apihandler-infra.properties</param-value>\r
   </context-param>\r
   <context-param>\r
     <param-name>log.configuration</param-name>\r
     <param-name>resteasy.resources</param-name>\r
     <param-value>org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.bpmn.core.HealthCheckHandler</param-value>\r
   </context-param>\r
-  <context-param>\r
-    <param-name>mso.configuration</param-name>\r
-    <param-value>MSO_PROP_APIHANDLER_INFRA=mso.apihandler-infra.properties</param-value>\r
-  </context-param>\r
   <listener>\r
     <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>\r
     <listener-class>org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap</listener-class>\r