Look at http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html and use JMX.

Regards
Peter



Am 04.09.2006 um 11:50 schrieb asaf.lahav:

Isn't there a way to stop a tomcat web application using code?
Tomcat provides an administration interface which enables starting and
stopping of specific web applications.
Can anyone point me to the web application management code?

-----Original Message-----
From: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 03, 2006 11:04 PM
To: Tomcat Users List
Subject: Re: stopping a tomcat web application

asaf.lahav wrote:
I would like to know whether and how it's possible to stop the web
application from continuing the start sequence in case something goes
wrong
in the initialize sequence?

I don't know how this compares to specification, but throwing an
exception in contextInitialized() stops deployment procedure. The
application is unsuable then, but maybe this is what you want.

--
Mikolaj Rydzewski      <[EMAIL PROTECTED]>        http://ceti.pl/~miki/
                    PGP KeyID: 8b12ab02
There are three kinds of people: men, women and unix.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to