summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes/two-nodes-two-vms-test/server-config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/nodes/two-nodes-two-vms-test/server-config.xml')
-rw-r--r--java/sca/itest/nodes/two-nodes-two-vms-test/server-config.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/itest/nodes/two-nodes-two-vms-test/server-config.xml b/java/sca/itest/nodes/two-nodes-two-vms-test/server-config.xml
index ea3462c891..af8a0c0e49 100644
--- a/java/sca/itest/nodes/two-nodes-two-vms-test/server-config.xml
+++ b/java/sca/itest/nodes/two-nodes-two-vms-test/server-config.xml
@@ -25,7 +25,8 @@
<!-- Configure the base URIs for a given binding -->
<!-- Each base URI is for a protocol supported by the binding -->
- <binding name="sca:binding.ws" baseURIs="http://localhost:8080/ws https://localhost:8081/ws"/>
+ <binding name="sca:binding.sca" baseURIs="http://localhost:8081/sca https://localhost:8081/sca"/>
+ <binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
<!-- Configure a list of contributions -->
<contribution uri="iface" location="file:../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-SNAPSHOT.jar"/>