Re: error-page directive in 5.5.20 - resending

2007-04-19 Thread Eqbal
Yes. It does not go to my custom page. It instead shows the default Tomcat messages. I also tried the changes suggested by Rashmi earlier but doesn't seem to work. Thanks. --- Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Eqbal, > > Eqbal w

Re: error-page directive in 5.5.20 - resending

2007-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eqbal, Eqbal wrote: > I have an error-page directive in a webapp's web.xml to display a > custom error page on 404/500 errors. . It works on my local machine > which has Tomcat 5.5.17, but it does not work on my server which has > 5.5.20 installed. An

Re: error-page directive in 5.5.20 - resending

2007-04-18 Thread Rashmi Rubdi
Hi Eqbal, Try upgrading the DTD/Schema URIs to 2.4 version since that's the latest version supported by 5.5.x . To upgrade, remove these lines: http://java.sun.com/dtd/web-app_2_3.dtd";> and change the web-app node to http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/

error-page directive in 5.5.20 - resending

2007-04-18 Thread Eqbal
Hi, I have an error-page directive in a webapp's web.xml to display a custom error page on 404/500 errors. . It works on my local machine which has Tomcat 5.5.17, but it does not work on my server which has 5.5.20 installed. Any ideas? Below is my web.xml: -- http://java.sun.com/dtd/web