diff options
| author | BMatajsz <90217645+BMatajsz@users.noreply.github.com> | 2024-12-03 11:25:43 -0500 |
|---|---|---|
| committer | BMatajsz <90217645+BMatajsz@users.noreply.github.com> | 2024-12-03 11:25:43 -0500 |
| commit | 92bf77c700873f2a014ad09b50790c2a1032ebd5 (patch) | |
| tree | 32b7b0b0cc7dc168ebf61a17ecafa39a0dd35f1e /src | |
| parent | 3c63903f60f175f98b83126dca9db83468af7fda (diff) | |
| download | soen423-92bf77c700873f2a014ad09b50790c2a1032ebd5.zip | |
Conflict1
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/java/derms/replica1/DERMSServerPublisher.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/derms/replica1/DERMSServerPublisher.java b/src/main/java/derms/replica1/DERMSServerPublisher.java index 281c1f1..917c189 100644 --- a/src/main/java/derms/replica1/DERMSServerPublisher.java +++ b/src/main/java/derms/replica1/DERMSServerPublisher.java @@ -23,5 +23,13 @@ public class DERMSServerPublisher { System.out.println("DERMS Server is stopped.");
}
}
+// 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 |