Hi I have a strange situation with tomcat shutdown command, always when I run it I can see the tomcat stop message, however if i try to navigate to a web application I can, it is like another tomcat instances are running too, so to stop it I have to use this
kill -9 `ps ax | grep java | grep -v grep | awk '{print $1}'` then tomcat stop answering I am sure i´m running just once tomcat, any idea for this? thanks Mauricio Fernández A. Ingeniero de Sistemas U. Autónoma de Manizales --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]