You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2009/12/16 20:33:40 UTC

svn commit: r891397 - in /geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources: all.sh grinder-3.0.1/grinder.properties

Author: dblevins
Date: Wed Dec 16 19:33:39 2009
New Revision: 891397

URL: http://svn.apache.org/viewvc?rev=891397&view=rev
Log:
switching binaries to be non SNAPSHOT

Modified:
    geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/all.sh
    geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/grinder-3.0.1/grinder.properties

Modified: geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/all.sh
URL: http://svn.apache.org/viewvc/geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/all.sh?rev=891397&r1=891396&r2=891397&view=diff
==============================================================================
--- geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/all.sh (original)
+++ geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/all.sh Wed Dec 16 19:33:39 2009
@@ -1,12 +1,12 @@
 #!/bin/bash
 
 echo unpack controller server
-tar xzf geronimo-tomcat-farm-controller-2.2-SNAPSHOT-bin.tar.gz
+tar xzf geronimo-tomcat-farm-controller-2.2-bin.tar.gz
 
 host=$(./hostname.sh)
 
 echo start controller server in background
-./geronimo-tomcat-farm-controller-2.2-SNAPSHOT/bin/gsh geronimo/start-server -G config.substitution.ServerHostname=$host >controller.log &
+./geronimo-tomcat-farm-controller-2.2/bin/gsh geronimo/start-server -G config.substitution.ServerHostname=$host >controller.log &
 
 echo wait 20 seconds for controller to start
 sleep 20
@@ -19,7 +19,7 @@
 sleep 20
 
 echo deploy the app, distribute it to the farm
-./geronimo-tomcat-farm-controller-2.2-SNAPSHOT/bin/gsh<deploy.gsh
+./geronimo-tomcat-farm-controller-2.2/bin/gsh<deploy.gsh
 
 # gshell (jline) seems to leave the terminal in a strage state
 # so reset it

Modified: geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/grinder-3.0.1/grinder.properties
URL: http://svn.apache.org/viewvc/geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/grinder-3.0.1/grinder.properties?rev=891397&r1=891396&r2=891397&view=diff
==============================================================================
--- geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/grinder-3.0.1/grinder.properties (original)
+++ geronimo/sandbox/failover/failover-tomcat-demo/src/main/resources/grinder-3.0.1/grinder.properties Wed Dec 16 19:33:39 2009
@@ -40,9 +40,9 @@
 # Use to adjust the classpath used for the worker process JVMs. Anything
 # specified here will be prepended to the classpath used to start the Grinder
 # processes.
-grinder.jvm.classpath=../geronimo-tomcat-farm-controller-2.2-SNAPSHOT/repository/org/apache/openejb/openejb-client/3.1.2/openejb-client-3.1.2.jar:\
-  ../geronimo-tomcat-farm-controller-2.2-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0.1/geronimo-ejb_3.0_spec-1.0.1.jar:\
-  ../geronimo-tomcat-farm-controller-2.2-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar:\
+grinder.jvm.classpath=../geronimo-tomcat-farm-controller-2.2/repository/org/apache/openejb/openejb-client/3.1.2/openejb-client-3.1.2.jar:\
+  ../geronimo-tomcat-farm-controller-2.2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0.1/geronimo-ejb_3.0_spec-1.0.1.jar:\
+  ../geronimo-tomcat-farm-controller-2.2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar:\
   ../load-beans-1.0.jar
 
 # Additional arguments to worker process JVMs.