Re: The pitfalls in restarting tomcat

2001-09-13 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, Jonathan Eric Miller wrote: Date: Wed, 12 Sep 2001 23:57:07 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: The pitfalls in restarting tomcat I agree that there should be a restart.sh. However

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
this, but, sometimes you run into bugs and you want to make sure that things are completely reset. Jon - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 10:57 AM Subject: Re: The pitfalls in restarting tomcat On Wed, 12

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Craig R. McClanahan
On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 19:24:08 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: The pitfalls in restarting tomcat IMHO, it would still be nice to have a true easy way

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 7:40 PM Subject: Re: The pitfalls in restarting tomcat On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 19:24:08 -0500 From: Jonathan

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Craig R. McClanahan
On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 21:00:01 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: The pitfalls in restarting tomcat - Original Message - From: Craig R. McClanahan

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 9:08 PM Subject: Re: The pitfalls in restarting tomcat On Thu, 13 Sep 2001, Jonathan Eric Miller wrote: Date: Thu, 13 Sep 2001 21:00:01 -0500 From: Jonathan

Re: The pitfalls in restarting tomcat

2001-09-12 Thread Jonathan Eric Miller
would be useful. Jon - Original Message - From: Jeff Turner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 09, 2001 9:55 PM Subject: The pitfalls in restarting tomcat Hi, I was wondering how people who use Tomcat every day) do the stop/start cycle that's required

The pitfalls in restarting tomcat

2001-09-09 Thread Jeff Turner
Hi, I was wondering how people who use Tomcat every day) do the stop/start cycle that's required whenever something in WEB-INF/lib changes. ./shutdown.sh ; ./startup.sh is a bad idea, because Tomcat 3.x seems to shut down it's threads asynchronously. So after shutdown.sh has returned, Tomcat

Re: The pitfalls in restarting tomcat

2001-09-09 Thread Pier Fumagalli
Jeff Turner [EMAIL PROTECTED] wrote: With Tomcat 3.3, it is very easy to confuse Tomcat into thinking that it has shut down (the ajp12.id file does not exist), but it actually running. In this (common) situation, there is no way to kill tomcat other than killing the processes ('killall

Re: The pitfalls in restarting tomcat

2001-09-09 Thread Pier Fumagalli
Jeff Turner [EMAIL PROTECTED] wrote: So anyway, has anyone got a safer way of restarting tomcat? Perhaps a script that waits until Tomcat is *really* dead before restarting? It would be nice if there was direct support in Tomcat for this everyday task (a restart.sh script). BTW, forgot to

RE: The pitfalls in restarting tomcat

2001-09-09 Thread Aravind Naidu
in restarting tomcat Jeff Turner [EMAIL PROTECTED] wrote: With Tomcat 3.3, it is very easy to confuse Tomcat into thinking that it has shut down (the ajp12.id file does not exist), but it actually running. In this (common) situation, there is no way to kill tomcat other than killing the processes