You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by vi...@apache.org on 2011/09/20 09:33:32 UTC

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

Author: violalu
Date: Tue Sep 20 07:33:32 2011
New Revision: 1173011

URL: http://svn.apache.org/viewvc?rev=1173011&view=rev
Log:
GERONIMO-4540 add more echo message

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=1173011&r1=1173010&r2=1173011&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 Tue Sep 20 07:33:32 2011
@@ -232,7 +232,7 @@ echo   debug             Debug Geronimo 
 echo   jpda run          Start Geronimo in foreground under JPDA debugger
 echo   jpda start        Start Geronimo in background under JPDA debugger
 echo   run               Start Geronimo in the current window
-echo   start             Start Geronimo in a separate window
+echo   start             Start Geronimo as background process
 echo   stop              Stop Geronimo
 echo.
 echo args for debug, jpda run, jpda start, run and start commands:
@@ -272,7 +272,7 @@ goto execCmd
 
 :doStart
 echo.
-echo Starting Geronimo as background process...
+echo Starting Geronimo as background process. See Output From %GERONIMO_HOME%/var/log/geronimo.out
 shift
 @REM use long format of startup progress to be consistent with
 @REM the unix version of the start processing