[jbosscache-commits] JBoss Cache SVN: r4962 - cache-bench-fwk/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 3 04:46:10 EST 2008


Author: mircea.markus
Date: 2008-01-03 04:46:10 -0500 (Thu, 03 Jan 2008)
New Revision: 4962

Modified:
   cache-bench-fwk/trunk/runNode.sh
Log:
added preferIpV4 ...

Modified: cache-bench-fwk/trunk/runNode.sh
===================================================================
--- cache-bench-fwk/trunk/runNode.sh	2008-01-03 09:37:07 UTC (rev 4961)
+++ cache-bench-fwk/trunk/runNode.sh	2008-01-03 09:46:10 UTC (rev 4962)
@@ -4,6 +4,7 @@
 # those would make an automatic conversion from unix CLASSPATH to win classpath, needed when executing java -cp
 
 CACHE_DEBUG=true
+preferIPv4Stack=true
 
 if [ -z $1 ]
 then
@@ -16,7 +17,7 @@
    exit 0
 fi
 
-export SYS_PROPS="-DcurrentIndex=$1 -Dorg.cachebench.debug=$CACHE_DEBUG "
+export SYS_PROPS="-DcurrentIndex=$1 -Dorg.cachebench.debug=$CACHE_DEBUG -Djava.net.preferIPv4Stack=$preferIPv4Stack"
 
 #libraries needed by the fwk, add them to the classpath
 for JAR in ./lib/*




More information about the jbosscache-commits mailing list