[jboss-cvs] JBossAS SVN: r60947 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 27 11:07:00 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-27 11:07:00 -0500 (Tue, 27 Feb 2007)
New Revision: 60947

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
use 127.0.0.1 rather than localhost

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-02-27 16:01:47 UTC (rev 60946)
+++ branches/Branch_4_2/testsuite/build.xml	2007-02-27 16:07:00 UTC (rev 60947)
@@ -57,7 +57,7 @@
   <property file="local.properties"/>
 
   <!-- Cluster node0 defaults -->
-  <property name="node0" value="localhost"/>
+  <property name="node0" value="127.0.0.1"/>
   <property name="node0.http.url" value="http://${node0}:8080"/>
   <property name="node0.jndi.url" value="jnp://${node0}:1099"/>
   <property name="node0.hajndi.url" value="jnp://${node0}:1100"/>




More information about the jboss-cvs-commits mailing list