Removed duplicat mso.configuration context param

Removed duplicat mso.configuration context param

Change-Id: I7322c5b5b35f8795f09752a1a1936f820ff11e5b
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml
index cd68847..e262495 100644
--- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml
+++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml
@@ -38,7 +38,7 @@
   </context-param>

   <context-param>

     <param-name>mso.configuration</param-name>

-    <param-value>MSO_PROP_TOPOLOGY=topology.properties</param-value>

+    <param-value>MSO_PROP_TOPOLOGY=topology.properties,MSO_PROP_APIHANDLER_INFRA=mso.apihandler-infra.properties</param-value>

   </context-param>

   <context-param>

     <param-name>log.configuration</param-name>

@@ -48,10 +48,6 @@
     <param-name>resteasy.resources</param-name>

     <param-value>org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.bpmn.core.HealthCheckHandler</param-value>

   </context-param>

-  <context-param>

-    <param-name>mso.configuration</param-name>

-    <param-value>MSO_PROP_APIHANDLER_INFRA=mso.apihandler-infra.properties</param-value>

-  </context-param>

   <listener>

     <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>

     <listener-class>org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap</listener-class>