RE: error-page tag in web.xml

2002-02-19 Thread Drew Cox
Hey Ricky, Struggling with similar issues to you, but might be able to help here. Your CompileException should contain a fully qualified class name. I have the redirection working in Tomcat 4.0.2 with this. I would also suggest checking the %CATALINA_HOME%/logs/_log.txt log file, it usuall

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