Re: Stop tomcat on Startup

2008-07-25 Thread afolli
y 25, 2008 10:29 AM > Subject: RE: Stop tomcat on Startup > > >> >> >> Thanks Peter. >> That is a lot easier than I thought :) >> >> Alessandro >> >> >> Peter Crowther wrote: >>> >>> How hard a stop do you want? The &qu

RE: Stop tomcat on Startup

2008-07-25 Thread Peter Crowther
> From: Johnny Kewl [mailto:[EMAIL PROTECTED] > I think look at error handling in web services before > whacking Tomcat ;) Johnny, why not read the OP's original request, *then* respond? :-) - Peter - To start a

Re: Stop tomcat on Startup

2008-07-25 Thread Johnny Kewl
- Original Message - From: "afolli" <[EMAIL PROTECTED]> To: Sent: Friday, July 25, 2008 10:29 AM Subject: RE: Stop tomcat on Startup Thanks Peter. That is a lot easier than I thought :) Alessandro Peter Crowther wrote: How hard a stop do you want? The &

RE: Stop tomcat on Startup

2008-07-25 Thread Peter Crowther
No problem. Generally we're telling developers to get these *out* of their servlet code when they post on-list that Tomcat exits unexpectedly. It makes a change to tell someone to put one in! > From: afolli [mailto:[EMAIL PROTECTED] > Thanks Peter. > That is a lot easier than I thought :) > P

RE: Stop tomcat on Startup

2008-07-25 Thread robert.purvis
You could have the servlet write a file that is then checked for by an external application. If the file exists then the external app could kill the tomcat. Rob -Original Message- From: afolli [mailto:[EMAIL PROTECTED] Sent: 25 July 2008 09:20 To: users@tomcat.apache.org Subject: Stop

RE: Stop tomcat on Startup

2008-07-25 Thread afolli
Thanks Peter. That is a lot easier than I thought :) Alessandro Peter Crowther wrote: > > How hard a stop do you want? The "Very Big Crowbar" would be a > System.exit(1)! > > - Peter > > -- View this message in context: http://www.nabble.com/Stop-tomcat-on-Startup-tp186

RE: Stop tomcat on Startup

2008-07-25 Thread Peter Crowther
How hard a stop do you want? The "Very Big Crowbar" would be a System.exit(1)! - Peter > -Original Message- > From: afolli [mailto:[EMAIL PROTECTED] > Sent: 25 July 2008 09:20 > To: users@tomcat.apache.org > Subject: Stop tomcat on Startup > > > > Hi All. I want to perfor