From 26b7c9ddb2b36b1f6440083811653321aec98fde Mon Sep 17 00:00:00 2001 From: c00149107 Date: Thu, 31 Aug 2017 14:27:38 +0800 Subject: Add VF-C Adapter Add VF-C Adapter to support VF-C APIs Change-Id: I4eb27755c8c5420343f457e0f9be37aa438361eb Issue-ID:SO-41 Signed-off-by: c00149107 --- .../mso-vfc-adapter/WebContent/WEB-INF/web.xml | 118 +++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml (limited to 'adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml') diff --git a/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml b/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000000..5bf8864351 --- /dev/null +++ b/adapters/mso-vfc-adapter/WebContent/WEB-INF/web.xml @@ -0,0 +1,118 @@ + + + mso-vfc-adapter + + + 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 + + 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 + /rest/* + + + + 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 + + + -- cgit 1.2.3-korg