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:46:23 UTC

svn commit: r929852 - /geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat

Author: xiaming
Date: Thu Apr  1 05:46:23 2010
New Revision: 929852

URL: http://svn.apache.org/viewvc?rev=929852&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/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat

Modified: geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat?rev=929852&r1=929851&r2=929852&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat (original)
+++ geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat Thu Apr  1 05:46:23 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