Looks like error happens in your error page and not in connect.jsp. I think your error page has a syntactical error and can't be compiled.
> -----Urspr�ngliche Nachricht----- > Von: Raphael Di Cicco [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 16. April 2002 10:14 > An: Tomcat Users List > Betreff: My Exceptions not caught anymore, why ? > > org.apache.jsp.connect$jsp._jspService(connect$jsp.java:430) > > If I go to line 430 in the jsp.class this points to : if > (pageContext != null) > pageContext.handlePageException(t); > > I'm lost because it used to work well, must have done > something wrong...(note > that if I delete the line where the exception occurs the > application works > well). > > If anyone got any clue, I would appreciate sharing with me. > Thanks > Raphael > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
