summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes/two-nodes-two-vms-test/server.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/nodes/two-nodes-two-vms-test/server.xml')
-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>