DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7575>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7575 Throwing UnavailableException in JSP's init disables JSP servlet Summary: Throwing UnavailableException in JSP's init disables JSP servlet Product: Tomcat 4 Version: 4.0.3 Final Platform: Alpha OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have several JSP pages that define their own "init()" method in order to setup JDBC resources. If the resource is unavailable, the method throws "UnavailableException". Servlet specification states that throwing that exception will mark that servlet as unavailable. In my case it markes the JSP-handler servlet as unavailable, so all JSP pages become unavailable. In my oppinion, this should have disabled just the temporary servlet created to handle requests to that JSP page. Nixie. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>