From 025301d08b061482c1f046d562bf017c8cbcfe8d Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 31 Jan 2017 11:40:03 +0100 Subject: Initial OpenECOMP MSO commit Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC --- bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml | 102 ++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml (limited to 'bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml') diff --git a/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..e046d1512d --- /dev/null +++ b/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,102 @@ + + + + + MSO Gamma BPMN Workflow Servlet + + + + + resteasy-servlet + org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher + + javax.ws.rs.Application + org.openecomp.mso.bpmn.gamma.workflow.service.WorkflowResourceApplication + + + + + resteasy-servlet + /* + + + + + mso.configuration + + + + + log.configuration + logback.bpmn.xml + + + + resteasy.resources + org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.bpmn.core.HealthCheckHandler + + + + LogFilter + org.openecomp.mso.logger.LogFilter + + + + LogFilter + /* + + + + + HTTPBasicAuth + Authentication for Client Apps + /workflow/* + GET + POST + + + BPMN-Client + + + + + BASIC + ApplicationRealm + + + + BPMN-Client + + + -- cgit 1.2.3-korg