Author: manik.surtani(a)jboss.com
Date: 2008-07-24 20:20:59 -0400 (Thu, 24 Jul 2008)
New Revision: 6402
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh
Log:
Modified: benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh 2008-07-24
23:42:03 UTC (rev 6401)
+++ benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh 2008-07-25
00:20:59 UTC (rev 6402)
@@ -5,16 +5,15 @@
THIS_DIR="./cache-products/coherence-3.3.1"
#setting up classpath
-for JAR in $THIS_DIR/lib/*
-do
+for JAR in $THIS_DIR/lib/* ; do
CLASSPATH=$CLASSPATH:$JAR
done
-CLASSPATH="$CLASSPATH:./classes/production/coherence-3.3.1"
-CLASSPATH="$THIS_DIR/conf:$CLASSPATH"
+export CLASSPATH="$CLASSPATH:./classes/production/coherence-3.3.1"
+export CLASSPATH="$THIS_DIR/conf:$CLASSPATH"
#--classpath was set
#additional JVM options
-JVM_OPTIONS="$JVM_OPTIONS -Djava.net.preferIPv4Stack=true
-Dtangosol.coherence.localhost=${MYTESTIP_1}"
-JVM_OPTIONS="-Dtangosol.coherence.cacheconfig=cache-config.xml"
-JVM_OPTIONS="$JVM_OPTIONS
-DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.Coherence331Wrapper"
\ No newline at end of file
+export JVM_OPTIONS="$JVM_OPTIONS -Djava.net.preferIPv4Stack=true
-Dtangosol.coherence.localhost=${MYTESTIP_1}"
+export JVM_OPTIONS="$JVM_OPTIONS
-Dtangosol.coherence.cacheconfig=cache-config.xml"
+export JVM_OPTIONS="$JVM_OPTIONS
-DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.Coherence331Wrapper"
Show replies by date