Fixing service

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@111742 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-02-05 16:53:01 +00:00
parent 72645c9586
commit 26f6c455c7
2 changed files with 3 additions and 3 deletions

View File

@ -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());
}

View File

@ -3,7 +3,7 @@
xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime"
version="2.0">
<endpoint
name="executor"
name="smart-executor"
implementation="org.gcube.vremanagement.executor.ExecutorImpl"
url-pattern="/gcube/vremanagement/executor"/>
url-pattern="/gcube/vremanagement/smart-executor"/>
</endpoints>