[jboss-svn-commits] JBL Code SVN: r36764 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Mar 1 06:37:42 EST 2011
Author: whitingjr
Date: 2011-03-01 06:37:42 -0500 (Tue, 01 Mar 2011)
New Revision: 36764
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.properties
Log:
Corrected property name.
Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.properties 2011-03-01 11:14:06 UTC (rev 36763)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.properties 2011-03-01 11:37:42 UTC (rev 36764)
@@ -1,13 +1,13 @@
-shutdown.command=${sever.home}/bin/shutdown.sh
+shutdown.command=${server.home}/bin/shutdown.sh
-startup.command=${sever.home}/bin/run.sh
+startup.command=${server.home}/bin/run.sh
startup.command.arguments.1=-c
startup.command.arguments.2=production
startup.command.arguments.3=-b
startup.command.arguments.4=hornetq
startup.command.arguments.5=&
-hornetq.configuration.xml=${sever.home}/server/production/deploy/hornetq/hornetq-configuration.xml
+hornetq.configuration.xml=${server.home}/server/production/deploy/hornetq/hornetq-configuration.xml
jps.output.file=/tmp/jpsProgram.pid
More information about the jboss-svn-commits
mailing list