Re: startup.bat exit code

2009-09-02 Thread ispringer
k to 0 after the "set JPDA=" line. For example: set JPDA= rem The above command sets the errorlevel to 1. The ver command will reset the errorlevel to 0. ver >nul -Ian -- View this message in context: http://www.nabble.com/startup.bat-exit-code-tp4124264p252585

startup.bat exit code

2006-04-27 Thread Eduard Pal
Hi, It seems that in tomcat 5.0 when i run startup.bat it exists with code 1. Does anyone know why? P.S. i tried to look in catalina.bat and see where is the problem and if i comment some of the SET commands it returns 0... Eduard Pal