diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-12 08:47:54 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-12 08:47:54 +0000 |
commit | 0075d1d0b077328a54587628f80386208aec7c17 (patch) | |
tree | bd2751f7b61259a7c85ce041576ab1ffd5593456 /bpmn/MSOInfrastructureBPMN/src/main | |
parent | 1fc6b4e8d3feb6f3e448958b05269529585c539d (diff) |
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>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml | 6 |
1 files changed, 1 insertions, 5 deletions
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 @@ </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>
|