Author: jfrederic.clere(a)jboss.com
Date: 2009-07-24 05:35:04 -0400 (Fri, 24 Jul 2009)
New Revision: 2504
Modified:
trunk/mod_cluster/test/java/build.xml
Log:
Arrange the domain test.
Modified: trunk/mod_cluster/test/java/build.xml
===================================================================
--- trunk/mod_cluster/test/java/build.xml 2009-07-22 10:13:11 UTC (rev 2503)
+++ trunk/mod_cluster/test/java/build.xml 2009-07-24 09:35:04 UTC (rev 2504)
@@ -203,25 +203,25 @@
<copy file="conf/web.xml" todir="${test.classes}/conf"/>
<!-- Create 4 server with a port to stop them -->
<java dir="${test.classes}"
classname="org.jboss.mod_cluster.StartJBossWeb"
- spawn="true" fork="yes"
failonerror="${test.failonerror}">
+ spawn="true" fork="yes">
<arg line="8009 node1 dom1 8005"/>
<jvmarg line="-Dcluster=${cluster}"/>
<classpath refid="tomcat.test.classpath"/>
</java>
<java dir="${test.classes}"
classname="org.jboss.mod_cluster.StartJBossWeb"
- spawn="true" fork="yes"
failonerror="${test.failonerror}">
+ spawn="true" fork="yes">
<arg line="8010 node2 dom1 8006"/>
<jvmarg line="-Dcluster=${cluster}"/>
<classpath refid="tomcat.test.classpath"/>
</java>
<java dir="${test.classes}"
classname="org.jboss.mod_cluster.StartJBossWeb"
- spawn="true" fork="yes"
failonerror="${test.failonerror}">
+ spawn="true" fork="yes">
<arg line="8011 node3 dom2 8007"/>
<jvmarg line="-Dcluster=${cluster}"/>
<classpath refid="tomcat.test.classpath"/>
</java>
<java dir="${test.classes}"
classname="org.jboss.mod_cluster.StartJBossWeb"
- spawn="true" fork="yes"
failonerror="${test.failonerror}">
+ spawn="true" fork="yes">
<arg line="8012 node4 dom2 8008"/>
<jvmarg line="-Dcluster=${cluster}"/>
<classpath refid="tomcat.test.classpath"/>
Show replies by thread