From f86960874497f005079c9e595b5e9e2eb0a815d1 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Wed, 11 Oct 2017 20:39:35 +0800 Subject: Imp Modules refactored for the readthedocs Signed-off-by: Seshu-Kumar-M IssueId: SO-209 Change-Id: Ie1b553863f824497fbe7381f66bc1581310702af --- .../WEB-INF/jboss-deployment-structure.xml | 11 +- .../mso-vfc-adapter/WebContent/WEB-INF/web.xml | 209 +++++++++++---------- 2 files changed, 112 insertions(+), 108 deletions(-) (limited to 'adapters/mso-vfc-adapter/WebContent/WEB-INF') diff --git a/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml b/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml index 58ddb4a08f..e7bc08ae83 100644 --- a/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml +++ b/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml @@ -1,16 +1,17 @@ - + - - - - + + + + \ No newline at end of file diff --git a/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml b/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml index 160dfb81bf..0c198defa0 100644 --- a/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml +++ b/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml @@ -1,118 +1,121 @@ - - mso-vfc-adapter + + mso-vfc-adapter - - resteasy.jndi.resources - java:module/MsoPropertiesFactory,java:module/CloudConfigFactory - + + resteasy.jndi.resources + java:module/MsoPropertiesFactory,java:module/CloudConfigFactory + - - log.configuration - logback.vfc.xml - - - mso.configuration - MSO_PROP_NETWORK_ADAPTER=mso.vfc.properties,MSO_PROP_TOPOLOGY=topology.properties - - - mso.cloud_config.configuration - cloud_config.json=2 - - - resteasy.resources - + + log.configuration + logback.vfc.xml + + + mso.configuration + MSO_PROP_NETWORK_ADAPTER=mso.vfc.properties,MSO_PROP_TOPOLOGY=topology.properties + + + mso.cloud_config.configuration + cloud_config.json=2 + + + resteasy.resources + org.openecomp.mso.MsoStatusHandler, org.openecomp.mso.logger.MsoLoggingServlet, org.openecomp.mso.adapters.vfc.HealthCheckHandler, org.openecomp.mso.adapters.vfc.VfcAdapterRest - - - resteasy.servlet.mapping.prefix - /rest - - - Resteasy - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - - Resteasy - /vfcadapter/* - - - - SoapRequests - Soap Ingress Requests - /VfcAdapter - /VfcAdapterAsync - POST - - - BPEL-Client - - - - - SiteStatus - SiteStatus APIs - /rest/setStatus/* - POST - - - SiteControl-Client - - - - - RestRequests - Rest Ingress Requests - /rest/v1/vfc/* - DELETE - GET - POST - PUT - - - BPEL-Client - - - - - MSO internal Requests - Internal Requests - /rest/logging/* - /rest/properties/* - POST - GET - - - MSO-Client - - - - BASIC - ApplicationRealm - - - BPEL-Client - - - SiteControl-Client - - - MSO-Client - - + + + resteasy.servlet.mapping.prefix + /rest + + + Resteasy + org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher + + + Resteasy + /vfcadapter/* + + + + SoapRequests + Soap Ingress Requests + /VfcAdapter + /VfcAdapterAsync + POST + + + BPEL-Client + + + + + SiteStatus + SiteStatus APIs + /rest/setStatus/* + POST + + + SiteControl-Client + + + + + RestRequests + Rest Ingress Requests + /rest/v1/vfc/* + DELETE + GET + POST + PUT + + + BPEL-Client + + + + + MSO internal Requests + Internal Requests + /rest/logging/* + /rest/properties/* + POST + GET + + + MSO-Client + + + + BASIC + ApplicationRealm + + + BPEL-Client + + + SiteControl-Client + + + MSO-Client + + LogFilter org.openecomp.mso.logger.LogFilter - - + + LogFilter /* - - check.html - + + check.html + -- cgit 1.2.3-korg