From 26f6c455c7af561f16138481d36b6e12d0871cf8 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 5 Feb 2015 16:53:01 +0000 Subject: [PATCH] Fixing service git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@111742 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../org/gcube/vremanagement/executor/ExecutorPublisher.java | 2 +- src/main/webapp/WEB-INF/sun-jaxws.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/vremanagement/executor/ExecutorPublisher.java b/src/main/java/org/gcube/vremanagement/executor/ExecutorPublisher.java index 190ab29..5a4fead 100644 --- a/src/main/java/org/gcube/vremanagement/executor/ExecutorPublisher.java +++ b/src/main/java/org/gcube/vremanagement/executor/ExecutorPublisher.java @@ -12,7 +12,7 @@ import javax.xml.ws.Endpoint; public class ExecutorPublisher { public static void main(String[] args) { - Endpoint.publish("http://localhost:9999/gcube/vremanagement/executor", new ExecutorImpl()); + Endpoint.publish("http://localhost:9999/gcube/vremanagement/smart-executor", new ExecutorImpl()); } diff --git a/src/main/webapp/WEB-INF/sun-jaxws.xml b/src/main/webapp/WEB-INF/sun-jaxws.xml index 6d615fe..06e9a06 100644 --- a/src/main/webapp/WEB-INF/sun-jaxws.xml +++ b/src/main/webapp/WEB-INF/sun-jaxws.xml @@ -3,7 +3,7 @@ xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime" version="2.0"> + url-pattern="/gcube/vremanagement/smart-executor"/> \ No newline at end of file