You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/04/01 07:45:59 UTC

svn commit: r929851 - /geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat

Author: xiaming
Date: Thu Apr  1 05:45:58 2010
New Revision: 929851

URL: http://svn.apache.org/viewvc?rev=929851&view=rev
Log:
GERONIMO-5159 add /d'startupPath' to avoid file-not-found error when launching startup.bat/geronimo.bat not in the bin directory

Modified:
    geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat

Modified: geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat?rev=929851&r1=929850&r2=929851&view=diff
==============================================================================
--- geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat (original)
+++ geronimo/server/branches/2.2/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat Thu Apr  1 05:45:58 2010
@@ -276,7 +276,7 @@ shift
 @REM use long format of startup progress to be consistent with
 @REM the unix version of the start processing
 set _LONG_OPT=--long
-set _EXECJAVA=start "Geronimo" %GERONIMO_WIN_START_ARGS% internalLauncher.bat
+set _EXECJAVA=start "Geronimo" /d"GERONIMO_HOME\bin" %GERONIMO_WIN_START_ARGS% internalLauncher.bat
 goto execCmd
 
 :doStop