Matt Hogstrom wrote:
Deferring to 1.1 GERONIMO-1371 - Geronimo startup/shutdown issues
Any chance of incorporating part 1 of JIRA 1371? It is simply adding an @echo off to startup.bat (and a "launching new window" message). While not a functional problem, it sure will make a big difference as to a user's first impression of geronimo.. Have attached the patch to the JIRA.. Here is the output with the fix: C:\matt_spin_121805\geronimo-1.0\bin>startup Using GERONIMO_BASE: c:\matt_spin_121805\geronimo-1.0 Using GERONIMO_HOME: c:\matt_spin_121805\geronimo-1.0 Using GERONIMO_TMPDIR: c:\matt_spin_121805\geronimo-1.0\var\temp Using JRE_HOME: c:\j2sdk1.4.2_08 Launching Geronimo in a new window Here is the output Without the fix: c:\matt_spin_121805\geronimo-1.0\bin>startup c:\matt_spin_121805\geronimo-1.0\bin>if "Windows_NT" == "Windows_NT" setlocal c:\matt_spin_121805\geronimo-1.0\bin>set CURRENT_DIR=c:\matt_spin_121805\geronim o-1.0\bin c:\matt_spin_121805\geronimo-1.0\bin>if not "" == "" goto gotHome c:\matt_spin_121805\geronimo-1.0\bin>set GERONIMO_HOME=c:\matt_spin_121805\geron imo-1.0\bin c:\matt_spin_121805\geronimo-1.0\bin>if exist "c:\matt_spin_121805\geronimo-1.0\ bin\bin\geronimo.bat" goto okHome c:\matt_spin_121805\geronimo-1.0\bin>cd .. c:\matt_spin_121805\geronimo-1.0>set GERONIMO_HOME=c:\matt_spin_121805\geronimo- 1.0 c:\matt_spin_121805\geronimo-1.0>cd c:\matt_spin_121805\geronimo-1.0\bin C:\matt_spin_121805\geronimo-1.0\bin>if exist "c:\matt_spin_121805\geronimo-1.0\ bin\geronimo.bat" goto okHome C:\matt_spin_121805\geronimo-1.0\bin>set EXECUTABLE=c:\matt_spin_121805\geronimo -1.0\bin\geronimo.bat C:\matt_spin_121805\geronimo-1.0\bin>if exist "c:\matt_spin_121805\geronimo-1.0\ bin\geronimo.bat" goto okExec C:\matt_spin_121805\geronimo-1.0\bin>set CMD_LINE_ARGS= C:\matt_spin_121805\geronimo-1.0\bin>if """" == """" goto doneSetArgs C:\matt_spin_121805\geronimo-1.0\bin>call "c:\matt_spin_121805\geronimo-1.0\bin\ geronimo.bat" start Using GERONIMO_BASE: c:\matt_spin_121805\geronimo-1.0 Using GERONIMO_HOME: c:\matt_spin_121805\geronimo-1.0 Using GERONIMO_TMPDIR: c:\matt_spin_121805\geronimo-1.0\var\temp Using JRE_HOME: c:\j2sdk1.4.2_08
