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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 27 12:15:07 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-27 12:15:07 -0500 (Tue, 27 Feb 2007)
New Revision: 60950

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
localhost is fine

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-02-27 17:05:00 UTC (rev 60949)
+++ branches/Branch_4_2/testsuite/build.xml	2007-02-27 17:15:07 UTC (rev 60950)
@@ -57,7 +57,7 @@
   <property file="local.properties"/>
 
   <!-- Cluster node0 defaults -->
-  <property name="node0" value="127.0.0.1"/>
+  <property name="node0" value="localhost"/>
   <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