From 94ee92559b051f2f82ed681f841f4f13016842ed Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 2 May 2017 03:53:18 -0700 Subject: [MSO-8] Second step of the rebase for MSO Second rebase containing additional features for MSO + total reworking of the BPMN structure + Notification flow can now be added at the end of some BPMN flows Change-Id: I7e937c7a0ba1593ca85e164a093f79c7e38b6ce0 Signed-off-by: Determe, Sebastien (sd378r) --- .../src/main/webapp/WEB-INF/web.xml | 146 ++++++++++----------- 1 file changed, 73 insertions(+), 73 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml index 3bdba77..eb5df60 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml +++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml @@ -1,74 +1,74 @@ - - - - MSO Infrastructure BPMN Workflow Servlet - - resteasy-servlet - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - javax.ws.rs.Application - org.openecomp.mso.bpmn.infrastructure.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 - + + + + MSO Infrastructure BPMN Workflow Servlet + + resteasy-servlet + org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher + + javax.ws.rs.Application + org.openecomp.mso.bpmn.infrastructure.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