summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes/two-nodes-two-vms-test/server-config.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 19:59:26 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 19:59:26 +0000
commit145e23f46ab4ef566a287fa9936198be8b1a5925 (patch)
tree6e2587e631e5252bd988f0ce799588d58a26e87e /java/sca/itest/nodes/two-nodes-two-vms-test/server-config.xml
parentacecdd3410f35e6c3d4a4c386770ba233eb604bc (diff)
Extend test that starts nodes in separate vms. Won't actually work until distributed endpoint registry can be made to work in all environments.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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"/>