error-page tag in web.xml

2002-02-19 Thread Ricky Leung
I have the following in my web.xml and if I bring up a non-existent page, Tomcat4 correctly parses and presents the er404.jsp page, however, I have not been able to get the 500 and the exception ones working. I always get the Tomcat Error report with the dreaded 500 - Internal Server Error. Any

RE: error-page tag in web.xml

2002-02-19 Thread Drew Cox
usually has more info if the redirection is failing. Cheers Drew -Original Message- From: Ricky Leung [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 2:30 PM To: Tomcat Users List Subject: error-page tag in web.xml I have the following in my web.xml and if I bring up a non

RE: error-page tag in web.xml

2002-02-19 Thread Ricky Leung
types that we get here, but if 500 works it would really simplify things a lot. Ricky -Original Message- From: Drew Cox [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 6:38 PM To: Tomcat Users List Subject: RE: error-page tag in web.xml Hey Ricky, Struggling with similar issu

RE: error-page tag in web.xml

2002-02-20 Thread Larry Isaacs
CTED]] > Sent: Tuesday, February 19, 2002 7:00 PM > To: Tomcat Users List > Subject: RE: error-page tag in web.xml > > > Yes, with the exception-type, if I give a fully qualified > class name, it > works. Great! Thanks. > > However, the 500 error-code is still no

How does the error page tag in web.xml work?

2001-01-16 Thread Chris Wilson
hello, i'm running tomcat 4.0b1. i have the following entries in my web.xml 403 /sorry.jsp 404 /sorry.jsp i'm using form based login and that works fine (i can login and see restricted pages). if i access a page that doesn't exist, my sorry.jsp page gets displayed as desired (due