When tomcat is starting up I want to undeploy a war if there there is any exception of any kind thrown in the war. For example if there is a hibernate exception, spring exception or an exception I throw, then I want to not continue and either shut down tomcat (System.exit) or undeploy the war.
I have noticed that if a MyFaces jsf exception is thrown, it will continue to deploy the war. I want to stop at the first failure. thanks -- View this message in context: http://www.nabble.com/How-to-programatically-undeploy-an-application-%28war%29--tf3798261.html#a10744453 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
