You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nitin <kn...@rockdb.demon.co.uk> on 2001/06/08 10:01:15 UTC

How to customize error page

Hi,

I am using tomcat 3.2.1  with apache1.3 on NT platform.
I wanted to customize the  error page for error code 500, but it seems not
working.
Following are the  XML tags I used

<error-page>
      <error-code>500</error-code>
      <location>/ErrorServlet</location>
    </error-page>

ErrorServlet - is registerd Servlet.

Any Help?

Thanks
-Nitin