https://issues.apache.org/bugzilla/show_bug.cgi?id=47866
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #4 from Mark Thomas <[email protected]> 2009-09-22 11:00:32 BST --- That is a deliberate design decision. A context failing to start isn't sufficient for Tomcat to fail to start. This is consistent with trying to deploy an invalid context whilst Tomcat is running. In that case the context will fail to deploy but Tomcat will continue. You can use the getState() method to check the state of a context before you use it. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
