DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29093>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29093 When reloading context IllegalStateException is not catched [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2004-06-10 23:50 ------- I would probably -1 catching this exception, as I'd like tomcat's lifecycle handling code to handle lifecycle exceptions only, and leave other things higher up the hierarchy. If you really need this functionality, at least for the time being, I suggest extending StandardContext with your own context. This is why Tomcat is open- source and why we have the className attribute on the Context element: it's trivial to extend and customize. If over time you can't find a cause and are convinced your fix is essential to the global tomcat community, we can reopen this bug and/or re-discuss this issue on the tomcat-dev list. So for now I'm closing it. If you do customize StandardContext and it works, please post your findings to tomcat-user, to see if others find it helpful. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]