I have to run tomcat 5.5 with netbeans 6.7. This is NOT my choice. I have some legacy software that I am not allowed to re-write and must be supported. The question is how do i get tomcat 5.5 to shut down properly using netbeans commands to shut it down? It starts up fine with a bat file I created, but when I try to stop it, netbeans tries to shut it down for about 2 minutes then gives me a failure message, and I have to then have to stop it by ending the process.
The bat file is pretty simple.
set CATALINA_HOME=%cd%
tomcat5.exe
And could be my problem, I am not sure.