I just upgraded the tomcat I'm using to host my application from 5.x to 6.0.18. Runs great on XP. However, when attempting to start tomcat on 2k or 2k3 server, it just dumps out to the command prompt with no error.
Now as far as I can tell, the problem is with the error handling of the setclasspath.bat file. It seems to be returning an error even when it exits correctly. If I comment out the line which exits on a 1 error connection, tomcat starts right up. Anybody have any ideas? Obviously I don't want to leave error checking code commented out. TIA.