I'm looking for java code to stop a specific web application running on my tomcat. Not the entire tomcat.
-----Original Message----- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, September 04, 2006 3:02 PM To: Tomcat Users List Subject: Re: stopping a tomcat web application You are executing java class org.apache.catalina.startup.Bootstrap with the 'stop' option if you look at catalina.sh you will see this command java.exe stop -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" -classpath "$CLASSPATH" -Dcatalina.base="$CATALINA_BASE"\ -Dcatalina.home="$CATALINA_HOME" -Djava.io.tmpdir="$CATALINA_TMPDIR" org.apache.catalina.startup.Bootstrap "$@" stop Anyone else? Martin - ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "asaf.lahav" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <users@tomcat.apache.org> Sent: Monday, September 04, 2006 5:50 AM Subject: RE: stopping a tomcat web application > 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] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]