From b6b7bef8bdcad15af01ac88a038dd763ce59f68f Mon Sep 17 00:00:00 2001 From: xg353y Date: Tue, 11 Apr 2017 13:30:42 +0200 Subject: [MSO-8] Update the maven dependency Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes. Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc Signed-off-by: xg353y --- .../webapp/WEB-INF/jboss-deployment-structure.xml | 31 +++++++++ .../src/main/webapp/WEB-INF/jboss-web.xml | 26 ++++++++ bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/web.xml | 74 ++++++++++++++++++++++ 3 files changed, 131 insertions(+) create mode 100644 bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml create mode 100644 bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/jboss-web.xml create mode 100644 bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/web.xml (limited to 'bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF') diff --git a/bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml new file mode 100644 index 0000000000..130f95e171 --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + diff --git a/bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/jboss-web.xml b/bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/jboss-web.xml new file mode 100644 index 0000000000..f15ade0a70 --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/jboss-web.xml @@ -0,0 +1,26 @@ + + + + + + other + /mso/common + diff --git a/bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..0b3e4cf10b --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,74 @@ + + + + MSO Common BPMN Workflow Servlet + + resteasy-servlet + org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher + + javax.ws.rs.Application + org.openecomp.mso.bpmn.common.workflow.service.WorkflowResourceApplication + + + + resteasy-servlet + /* + + + mso.configuration + MSO_PROP_TOPOLOGY=topology.properties + + + 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 + + \ No newline at end of file -- cgit 1.2.3-korg