From 6431c6e07f9fd9d2efa848a6f0810d3e842c8d6a Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Sat, 7 Apr 2018 10:34:48 +0000 Subject: Update web.xml file to enable properties Update web.xml to enable reacing properties from MSO-API-Prop. Change-Id: I7dc1f48ff798c6f83e8976584edb5dfd9152f950 Issue-ID: SO-422 Signed-off-by: subhash kumar singh --- bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bpmn/MSOInfrastructureBPMN') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml index 62a2748c8c..cd688479a5 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml +++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml @@ -48,9 +48,19 @@ 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 + + + resteasy.jndi.resources + java:module/MsoPropertiesFactory + LogFilter org.openecomp.mso.logger.LogFilter -- cgit 1.2.3-korg