From c57302c47cb321dadd705f33e501e21cc59b5de8 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 13 Apr 2016 14:47:20 +0000 Subject: [PATCH] Added missing web.xml and sun-jaxws.xml deleted for mistake git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@128060 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 1 - distro/profile.xml | 10 +++------- distro/sun-jaxws.xml | 9 +++++++++ distro/web.xml | 20 ++++++++++++++++++++ pom.xml | 3 +-- 5 files changed, 33 insertions(+), 10 deletions(-) create mode 100644 distro/sun-jaxws.xml create mode 100644 distro/web.xml diff --git a/.classpath b/.classpath index d3c5af8..953de0b 100644 --- a/.classpath +++ b/.classpath @@ -25,7 +25,6 @@ - diff --git a/distro/profile.xml b/distro/profile.xml index 9345072..d9d46df 100644 --- a/distro/profile.xml +++ b/distro/profile.xml @@ -3,12 +3,12 @@ Service - VREManagement + ${serviceClass} ${name} ${description} 1.0.0 - +
${description} ${artifactId} ${version} @@ -17,11 +17,7 @@ ${artifactId} ${version} - library - - ${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..0433ce1 --- /dev/null +++ b/distro/web.xml @@ -0,0 +1,20 @@ + + + + + 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 diff --git a/pom.xml b/pom.xml index a93efd0..b791a68 100644 --- a/pom.xml +++ b/pom.xml @@ -168,8 +168,7 @@ 2.6 smart-executor - false - + src\main\webapp\WEB-INF\web.xml