From 9b6efbd93a12c858a0d2643013217ec3d6c3a46d Mon Sep 17 00:00:00 2001 From: "Thomas Nelson Jr (arthurdent3) tn1381@att.com" Date: Mon, 16 Jul 2018 16:41:20 -0400 Subject: various Updates Q-api, triggers, conductor conditional updates. Bug fixes Change-Id: Iec392309787cd90f0a2827a2955399723640e800 Issue-ID: MUSIC-93 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com --- WebContent/WEB-INF/web.xml | 78 +++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'WebContent') diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 323c805f..3bab5589 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -1,36 +1,39 @@ - MUSIC + MUSIC + + + org.onap.music.main.PropertiesListener + + - music-servlet - - com.sun.jersey.spi.container.servlet.ServletContainer + music-servlet + + com.sun.jersey.spi.container.servlet.ServletContainer - - com.sun.jersey.config.property.packages - - io.swagger.jaxrs.json, + + com.sun.jersey.spi.container.ContainerRequestFilters + com.sun.jersey.api.container.filter.LoggingFilter + + --> + + com.sun.jersey.config.property.packages + + io.swagger.jaxrs.json, io.swagger.jaxrs.listing, org.onap.music.rest, org.onap.music.exceptions, org.onap.music.conductor.conditionals - - - - com.sun.jersey.api.json.POJOMappingFeature - true - - 1 - - - - + + + + com.sun.jersey.api.json.POJOMappingFeature + true + + 1 + + Jersey2Config io.swagger.jaxrs.config.DefaultJaxrsConfig @@ -43,21 +46,18 @@ 2 - - - - music-servlet - /rest/* - - - - index.html - index.htm - index.jsp - default.html - default.htm - default.jsp - + + music-servlet + /rest/* + + + index.html + index.htm + index.jsp + default.html + default.htm + default.jsp +