From 00fb8b8e169334d31adda88a8cc53b1d0fde78c3 Mon Sep 17 00:00:00 2001 From: Roberto Date: Fri, 12 Apr 2019 14:46:43 +0200 Subject: [PATCH] added web.xml configuration --- .../templates/web.xml.j2 | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 smartgears/social-networking-library-ws/templates/web.xml.j2 diff --git a/smartgears/social-networking-library-ws/templates/web.xml.j2 b/smartgears/social-networking-library-ws/templates/web.xml.j2 new file mode 100644 index 00000000..32f82b90 --- /dev/null +++ b/smartgears/social-networking-library-ws/templates/web.xml.j2 @@ -0,0 +1,49 @@ + + + + Restful Web Application + + jersey-servlet + org.glassfish.jersey.servlet.ServletContainer + + jersey.config.beanValidation.enableOutputValidationErrorEntity.server + true + + + jersey.config.server.provider.packages + + io.swagger.jaxrs.listing, + org.gcube.portal.social.networking + + + 1 + + + + SwaggerBootstrap + org.gcube.portal.social.networking.swagger.config.Bootstrap + 2 + + + + jersey-servlet + /rest/* + + + + The token of the user J.A.R.V.I.S. on the portal (root context) + NOTIFIER_TOKEN + {{ socialnetworking_notifier_token }} + + + + org.gcube.portal.social.networking.liferay.ws.ServletContextClass + + + + index.jsp + +