Author: jfrederic.clere(a)jboss.com
Date: 2009-02-09 03:13:41 -0500 (Mon, 09 Feb 2009)
New Revision: 2270
Modified:
trunk/mod_cluster/test/java/installhttpd.sh
Log:
127.0.0.1 looks better than localhost for the tests.
Modified: trunk/mod_cluster/test/java/installhttpd.sh
===================================================================
--- trunk/mod_cluster/test/java/installhttpd.sh 2009-02-08 17:54:17 UTC (rev 2269)
+++ trunk/mod_cluster/test/java/installhttpd.sh 2009-02-09 08:13:41 UTC (rev 2270)
@@ -6,7 +6,7 @@
# $3: sub network to accept cluster management requests.
IP=localhost
ADVIP=232.0.0.2
-SUBIP=localhost
+SUBIP=127.0.0.1
if [ "x$1" != "x" ]
then
IP=$1
Show replies by date