summaryrefslogtreecommitdiffstats
path: root/src/main/java/derms/replica1/DERMSServerPublisher.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/derms/replica1/DERMSServerPublisher.java')
-rw-r--r--src/main/java/derms/replica1/DERMSServerPublisher.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main/java/derms/replica1/DERMSServerPublisher.java b/src/main/java/derms/replica1/DERMSServerPublisher.java
index 3edf16c..44ee879 100644
--- a/src/main/java/derms/replica1/DERMSServerPublisher.java
+++ b/src/main/java/derms/replica1/DERMSServerPublisher.java
@@ -4,13 +4,13 @@ import javax.xml.ws.Endpoint;
public class DERMSServerPublisher {
public static void main(String[] args) {
- try {
- Endpoint.publish("http://localhost:8387/ws/derms", new DERMSServer("MTL"));
- Endpoint.publish("http://localhost:8081/ws/derms", new DERMSServer("QUE"));
- Endpoint.publish("http://localhost:8082/ws/derms", new DERMSServer("SHE"));
- } catch (InterruptedException e) {
- throw new RuntimeException(e);
- }
- System.out.println("DERMS Web Service is published at http://localhost:8387/ws/derms");
+// try {
+// Endpoint.publish("http://localhost:8387/ws/derms", new DERMSServer("MTL"));
+// Endpoint.publish("http://localhost:8081/ws/derms", new DERMSServer("QUE"));
+// Endpoint.publish("http://localhost:8082/ws/derms", new DERMSServer("SHE"));
+// } catch (InterruptedException e) {
+// throw new RuntimeException(e);
+// }
+// System.out.println("DERMS Web Service is published at http://localhost:8387/ws/derms");
}
} \ No newline at end of file