From b993eebd6235f10f202d00289c1f8d32573bbb19 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 4 Feb 2016 10:29:34 +0000 Subject: [PATCH] moved files from src/main/webapp/WEB_INF to distro files git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@122828 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/gcube-handlers.xml | 11 ----------- distro/profile.xml | 2 +- distro/sun-jaxws.xml | 9 +++++++++ distro/web.xml | 21 +++++++++++++++++++++ 4 files changed, 31 insertions(+), 12 deletions(-) delete mode 100644 distro/gcube-handlers.xml create mode 100644 distro/sun-jaxws.xml create mode 100644 distro/web.xml diff --git a/distro/gcube-handlers.xml b/distro/gcube-handlers.xml deleted file mode 100644 index 949cee3..0000000 --- a/distro/gcube-handlers.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml index 9345072..f631b82 100644 --- a/distro/profile.xml +++ b/distro/profile.xml @@ -17,7 +17,7 @@ ${artifactId} ${version} - library + Service ${build.finalName}.jar diff --git a/distro/sun-jaxws.xml b/distro/sun-jaxws.xml new file mode 100644 index 0000000..ec39cd6 --- /dev/null +++ b/distro/sun-jaxws.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/distro/web.xml b/distro/web.xml new file mode 100644 index 0000000..d93248c --- /dev/null +++ b/distro/web.xml @@ -0,0 +1,21 @@ + + + + + com.sun.xml.ws.transport.http.servlet.WSServletContextListener + + + + smart-executor + com.sun.xml.ws.transport.http.servlet.WSServlet + + + + smart-executor + /gcube/vremanagement/smart-executor + + + \ No newline at end of file