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:42:08 UTC

svn commit: r929848 - /geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/geronimo.bat

Author: xiaming
Date: Thu Apr  1 05:42:07 2010
New Revision: 929848

URL: http://svn.apache.org/viewvc?rev=929848&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.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/geronimo.bat

Modified: geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/geronimo.bat
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/geronimo.bat?rev=929848&r1=929847&r2=929848&view=diff
==============================================================================
--- geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/geronimo.bat (original)
+++ geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/geronimo.bat Thu Apr  1 05:42:07 2010
@@ -272,7 +272,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