RE: Error when shutting down Tomcat

2008-01-11 Thread Jim Brikman (ybrikman)
- From: david delbecq [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 5:09 PM To: Tomcat Users List Subject: Re: Error when shutting down Tomcat Tomcat use a localhost binded port to receive SHUTDOWN request. However, i think it does start listening on that port only after the startup

Error when shutting down Tomcat

2008-01-10 Thread Jim Brikman (ybrikman)
If I start Tomcat and let it run for ~30 seconds (ie, let my webapp load completely), I can shut it down without any errors. However, if I start Tomcat and very shortly after try to shut it down again (before my webapp has finished loading), I get the following error in the logs: : : Oct 26 2007

Re: Error when shutting down Tomcat

2008-01-10 Thread david delbecq
Tomcat use a localhost binded port to receive SHUTDOWN request. However, i think it does start listening on that port only after the startup sequence is finished. What you see is not a message from the running tomcat, but a message from the shutdown script, that says it can't connect to tomcat