1. In order for the command prompt to stay open, you MUST execute the startup.bat from an open Command Prompt window. Open a command prompt, navigate to your TOMCAT_HOME /bin window, enter startup and hit return.
2. With respect to this comment:
This line should be without the 'run' word (it is not a valid Windows command!!)
I regret to state that you are incorrect - just today I used exactly this command in startup.bat when trying to debug a
tomcat problem. When "start" is used, a new window opens, when "run" is used Catalina.bat continues to execute in the open window.
Bill