Author: mircea.markus
Date: 2008-01-08 15:15:40 -0500 (Tue, 08 Jan 2008)
New Revision: 5090
Added:
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/config.sh
Log:
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/config.sh
===================================================================
--- benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/config.sh
(rev 0)
+++ benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/config.sh 2008-01-08
20:15:40 UTC (rev 5090)
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+#see "$CACHE_ROOT/cache-products/cache.sh" for details
+
+THIS_DIR="./cache-products/jbosscache-2.1.0CR2"
+
+#setting up classpath
+for JAR in $THIS_DIR/lib/*
+do
+ CLASSPATH=$CLASSPATH:$JAR
+done
+
+CLASSPATH="$CLASSPATH:./classes/production/jbosscache-2.1.0CR2"
+CLASSPATH="$CLASSPATH:$THIS_DIR/conf"
+#--classpath was set
+
+#additional JVM options
+JVM_OPTIONS="$JVM_OPTIONS -Xmx1024m -DpreferIPv4Stack=true"
\ No newline at end of file
Show replies by date