Hello
The following code in the geronimo.bat file appears to remove the double quotes from the _RUNJAVA variable. If the path contains a blank (EG. "c:\program files\apache software foundation\geronimo\bin\java") the command is not executable if defined var _RUNJAVA( set _RUNJAVA=###%_RUNJAVA%### set _RUNJAVA=%_RUNJAVA:"###=% set _RUNJAVA=%_RUNJAVA:###"=% set _RUNJAVA=%_RUNJAVA:###=% @) This problem does not appear to exist on Geronimo 2.2 Regards A Insolia
