Re: [OT] Tomcat setup / config (System.exit if exception thrown)

2007-02-12 Thread Lisa
I want to shut down everything and prevent everyone from being able to get anything accomplished. If I could blow blue smoke out the back of the machine, I would. will work on an API and attachment for this. L reno-2 wrote: Le mercredi 07 février 2007 à 23:17 -0800, Lisa a écrit : When

Re: [OT] Tomcat setup / config (System.exit if exception thrown)

2007-02-12 Thread Lisa
So how do I detect that an exception is thrown when Tomcat starts up? thanks L Lisa wrote: I want to shut down everything and prevent everyone from being able to get anything accomplished. If I could blow blue smoke out the back of the machine, I would. will work on an API and

Re: Tomcat setup / config (System.exit if exception thrown)

2007-02-08 Thread reno
Le mercredi 07 février 2007 à 23:17 -0800, Lisa a écrit : When starting up Tomcat, I would like to do a System.exit() if an exception of any kind is thrown. Is there a way to configure this? We are using a large number of frameworks (Spring, Hibernate, log4j) and I want the developers to

Tomcat setup / config (System.exit if exception thrown)

2007-02-07 Thread Lisa
When starting up Tomcat, I would like to do a System.exit() if an exception of any kind is thrown. Is there a way to configure this? We are using a large number of frameworks (Spring, Hibernate, log4j) and I want the developers to pay attention right away if there is something wrong and to get