You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/09/30 19:17:10 UTC

svn commit: r700527 - in /geronimo/sandbox/failover/failover-tomcat-demo/src/main: assembly/assembly.xml resources/grinder-3.0.1/grinder.properties

Author: djencks
Date: Tue Sep 30 10:17:09 2008
New Revision: 700527

URL: http://svn.apache.org/viewvc?rev=700527&view=rev
Log:
fix more script permissions and grinder classpath

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

Modified: geronimo/sandbox/failover/failover-tomcat-demo/src/main/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/failover/failover-tomcat-demo/src/main/assembly/assembly.xml?rev=700527&r1=700526&r2=700527&view=diff
==============================================================================
--- geronimo/sandbox/failover/failover-tomcat-demo/src/main/assembly/assembly.xml (original)
+++ geronimo/sandbox/failover/failover-tomcat-demo/src/main/assembly/assembly.xml Tue Sep 30 10:17:09 2008
@@ -34,15 +34,19 @@
 	        <exclude>*.sh</exclude>
 	    </excludes>
         </fileSet>
-	<fileSet>
+
+        <fileSet>
             <directory>src/main/resources</directory>
             <outputDirectory>/</outputDirectory>
-	    <includes>
+            <includes>
                 <include>*.sh</include>
-	    </includes>
-	    <lineEnding>unix</lineEnding>
-	    <fileMode>0755</fileMode>
-	</fileSet>
+                <include>grinder-3.0.1/bin/console</include>
+                <include>grinder-3.0.1/bin/agent</include>
+            </includes>
+            <lineEnding>unix</lineEnding>
+            <fileMode>0755</fileMode>
+        </fileSet>
+
     </fileSets>
     
     <dependencySets>

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=700527&r1=700526&r2=700527&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 Tue Sep 30 10:17:09 2008
@@ -40,9 +40,10 @@
 # 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=/Users/dblevins/work/failover/openejb-client/openejb-client-3.1-SNAPSHOT.jar:\
-  /Users/dblevins/work/failover/openejb-client/javaee-api-5.0-1.jar:\
-  /Users/dblevins/work/grinder/load-beans/target/load-beans-1.0.jar
+grinder.jvm.classpath=../geronimo-tomcat-farm-controller-2.2-SNAPSHOT/repository/org/apache/openejb/openejb-client/3.1-SNAPSHOT/openejb-client-3.1-SNAPSHOT.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:\
+  ../load-beans-1.0.jar
 
 # Additional arguments to worker process JVMs.
 #grinder.jvm.arguments