summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes/two-nodes-two-vms-test/server.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.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.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/sca/itest/nodes/two-nodes-two-vms-test/server.xml b/java/sca/itest/nodes/two-nodes-two-vms-test/server.xml
index 00d4446ac3..ebbb4fe237 100644
--- a/java/sca/itest/nodes/two-nodes-two-vms-test/server.xml
+++ b/java/sca/itest/nodes/two-nodes-two-vms-test/server.xml
@@ -18,15 +18,15 @@
-->
<project name="server" default="run">
- <echo>${runtime_classpath}</echo>
+ <!--echo>${runtime_classpath}</echo-->
<target name="run">
<java classpath="${runtime_classpath}" classname="org.apache.tuscany.sca.node.launcher.NodeMain" fork="true">
- <jvmarg value="-Djava.util.logging.config.file=../logging.properties"/>
- <!--arg value="-ttl"/>
- <arg value="0"/-->
+ <!--jvmarg value="-Djava.util.logging.config.file=../logging.properties"/-->
+ <arg value="-ttl"/>
+ <arg value="0"/>
<arg value="-node"/>
- <arg value="file://./server-config.xml"/>
+ <arg value="file:./server-config.xml"/>
</java>
</target>