From: subhash kumar singh Date: Thu, 12 Apr 2018 08:47:54 +0000 (+0000) Subject: Removed duplicat mso.configuration context param X-Git-Tag: v1.2.1~144^2~18 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0075d1d0b077328a54587628f80386208aec7c17;p=so.git 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 --- diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml index cd688479a5..e262495537 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 @@ mso.configuration - MSO_PROP_TOPOLOGY=topology.properties + MSO_PROP_TOPOLOGY=topology.properties,MSO_PROP_APIHANDLER_INFRA=mso.apihandler-infra.properties log.configuration @@ -48,10 +48,6 @@ resteasy.resources org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.bpmn.core.HealthCheckHandler - - mso.configuration - MSO_PROP_APIHANDLER_INFRA=mso.apihandler-infra.properties - org.springframework.web.context.ContextLoaderListener org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap