From b4922d319d293894fddd512d29b5f0d1411915d9 Mon Sep 17 00:00:00 2001 From: ARULNA Date: Mon, 12 Jun 2017 16:41:12 -0400 Subject: Initial commit for AAI-UI(sparky-backend) Change-Id: I785397ed4197663cdf0c1351041d2f708ed08763 Signed-off-by: ARULNA --- src/main/config/runner-web.xml | 124 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 src/main/config/runner-web.xml (limited to 'src/main/config/runner-web.xml') diff --git a/src/main/config/runner-web.xml b/src/main/config/runner-web.xml new file mode 100644 index 0000000..abfdf74 --- /dev/null +++ b/src/main/config/runner-web.xml @@ -0,0 +1,124 @@ + + + + + + contextConfigLocation + /WEB-INF/spring-servlet.xml, + classpath:applicationContext.xml + + + + + spring.profiles.default + nooauth + + + + org.springframework.web.context.ContextLoaderListener + + + + ManagementServlet + ajsc.ManagementServlet + + + + VisualizationServlet + org.openecomp.sparky.viewandinspect.servlet.VisualizationServlet + + + + GeoVisualizationServlet + org.openecomp.sparky.inventory.servlet.GeoVisualizationServlet + + + + EntityCountHistoryServlet + org.openecomp.sparky.inventory.servlet.EntityCountHistoryServlet + + + + + + ElasticSearchSynchronizerFilter + org.openecomp.sparky.synchronizer.filter.ElasticSearchSynchronizerFilter + + + + OxmModelLoaderFilter + org.openecomp.sparky.config.oxm.OxmModelLoaderFilter + + + + WriteableRequestFilter + com.att.ajsc.csi.writeablerequestfilter.WriteableRequestFilter + + + + RestletServlet + ajsc.restlet.RestletSpringServlet + + org.restlet.component + restletComponent + + + + + CamelServlet + ajsc.servlet.AjscCamelServlet + + + + SearchServlet + org.openecomp.sparky.viewandinspect.servlet.SearchServlet + + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + + spring + org.springframework.web.servlet.DispatcherServlet + 1 + + + + PortalRestAPIProxy + org.openecomp.portalsdk.core.onboarding.crossapi.PortalRestAPIProxy + + + + + + + + + jsp + org.apache.jasper.servlet.JspServlet + + + + + + + default + org.eclipse.jetty.servlet.DefaultServlet + + dirAllowed + true + + + + + + + + -- cgit 1.2.3-korg