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) --- bpmn/MSOCockpit/src/main/resources/WEB-INF/web.xml | 173 --------------------- 1 file changed, 173 deletions(-) delete mode 100644 bpmn/MSOCockpit/src/main/resources/WEB-INF/web.xml (limited to 'bpmn/MSOCockpit/src/main/resources/WEB-INF/web.xml') diff --git a/bpmn/MSOCockpit/src/main/resources/WEB-INF/web.xml b/bpmn/MSOCockpit/src/main/resources/WEB-INF/web.xml deleted file mode 100644 index e9a9498508..0000000000 --- a/bpmn/MSOCockpit/src/main/resources/WEB-INF/web.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - - camunda bpm webapp - - - contextConfigLocation - /WEB-INF/applicationContext.xml - - - - - log.configuration - logback.bpmn.xml - - - - org.springframework.web.context.ContextLoaderListener - - - - - org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap - - - - - org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap - - - - - org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap - - - - - Authentication Filter - org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter - - - Authentication Filter - /* - REQUEST - - - - - SecurityFilter - org.camunda.bpm.webapp.impl.security.filter.SecurityFilter - - configFile - /WEB-INF/securityFilterRules.json - - - - SecurityFilter - /* - REQUEST - - - - - Engines Filter - org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter - - - Engines Filter - /app/* - REQUEST - - - - - CacheControlFilter - org.camunda.bpm.engine.rest.filter.CacheControlFilter - - - CacheControlFilter - /api/* - - - - - Cockpit Api - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - javax.ws.rs.Application - org.camunda.bpm.cockpit.impl.web.CockpitApplication - - - resteasy.servlet.mapping.prefix - /api/cockpit - - - - Cockpit Api - /api/cockpit/* - - - - - Admin Api - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - javax.ws.rs.Application - org.camunda.bpm.admin.impl.web.AdminApplication - - - resteasy.servlet.mapping.prefix - /api/admin - - - - Admin Api - /api/admin/* - - - - - Tasklist Api - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - javax.ws.rs.Application - org.camunda.bpm.tasklist.impl.web.TasklistApplication - - - resteasy.servlet.mapping.prefix - /api/tasklist - - - - Tasklist Api - /api/tasklist/* - - - - - Engine Api - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - javax.ws.rs.Application - org.camunda.bpm.webapp.impl.engine.EngineRestApplication - - - resteasy.servlet.mapping.prefix - /api/engine - - - - Engine Api - /api/engine/* - - -- cgit 1.2.3-korg