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) --- .../mso-sdnc-adapter/WebContent/WEB-INF/web.xml | 132 --------------------- 1 file changed, 132 deletions(-) delete mode 100644 adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml (limited to 'adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml') diff --git a/adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml b/adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml deleted file mode 100644 index 99a659f139..0000000000 --- a/adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml +++ /dev/null @@ -1,132 +0,0 @@ - - - mso-sdnc-adapter - - check.html - - - - resteasy.jndi.resources - java:module/MsoPropertiesFactory,java:module/CloudConfigFactory - - - log.configuration - logback.sdnc.xml - - - mso.configuration - MSO_PROP_SDNC_ADAPTER=mso.sdnc.properties,MSO_PROP_TOPOLOGY=topology.properties - - - mso.cloud_config.configuration - cloud_config.json=2 - - - resteasy.resources - org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.adapters.sdnc.notify.SDNCNotifyResource,org.openecomp.mso.adapters.sdnc.impl.SDNCAdapterRestImpl,org.openecomp.mso.MsoStatusHandler,org.openecomp.mso.adapters.sdnc.sdncrest.SNIROResponse,org.openecomp.mso.adapters.sdnc.sdncrest.SDNCAdapterRest - - - resteasy.providers - org.openecomp.mso.adapters.providers.JettisonStyleMapperProvider - - - resteasy.servlet.mapping.prefix - /rest - - - SDNCAdapter - SDNCAdapter - org.openecomp.mso.adapters.sdnc.impl.SDNCAdapterPortTypeImpl - - - SDNCAdapter - /SDNCAdapter - - - Resteasy - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - - Resteasy - /rest/* - - - - LogFilter - org.openecomp.mso.logger.LogFilter - - - LogFilter - /* - - - org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap - - - - - RestRequests - Rest Ingress Requests - /rest/logging/* - /rest/properties/* - /rest/MSORequest - POST - GET - - - MSO-Client - - - - - SDNCNotification - Rest Async Notification from SDNC - /rest/SDNCNotify - /rest/SDNCNotify/* - POST - - - SDNC-Client - - - - - SDNCRequests - Soap Ingress Requests - /SDNCAdapter - /rest/v1/sdnc/* - POST - - - BPEL-Client - - - - - SiteStatus - SiteStatus APIs - /rest/setStatus/* - POST - - - SiteControl-Client - - - - - BASIC - ApplicationRealm - - - SDNC-Client - - - MSO-Client - - - BPEL-Client - - - SiteControl-Client - - -- cgit 1.2.3-korg