From 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 30 Jul 2018 15:56:09 -0400 Subject: Containerization feature of SO Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) --- .../src/main/webapp/WEB-INF/web.xml | 89 ---------------------- 1 file changed, 89 deletions(-) delete mode 100644 bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml (limited to 'bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index fb5fc66309..0000000000 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - MSO Infrastructure BPMN Workflow Servlet - - resteasy-servlet - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - javax.ws.rs.Application - org.openecomp.mso.bpmn.infrastructure.workflow.service.WorkflowResourceApplication - - - - resteasy-servlet - /* - - - contextConfigLocation - /WEB-INF/applicationContext.xml - - - mso.configuration - MSO_PROP_TOPOLOGY=topology.properties,MSO_PROP_APIHANDLER_INFRA=mso.apihandler-infra.properties - - - log.configuration - logback.bpmn.xml - - - resteasy.resources - org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.bpmn.core.HealthCheckHandler - - - org.springframework.web.context.ContextLoaderListener - - - org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap - - - - resteasy.jndi.resources - java:module/MsoPropertiesFactory - - - LogFilter - org.openecomp.mso.logger.LogFilter - - - LogFilter - /* - - - - HTTPBasicAuth - Authentication for Client Apps - /workflow/* - GET - POST - - - BPMN-Client - - - - BASIC - ApplicationRealm - - - BPMN-Client - - -- cgit 1.2.3-korg