You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by pe...@kisstechnologies.co.uk on 2003/08/14 16:02:32 UTC

Error-page directive does nothing

Hi,
we have a lot of occasions where I use the directive

  <error-page>
    <error-code>500</error-code>
    <location>/errorPages/500x.jsp</location>
  </error-page>

in a web.xml file but it does nothing, particularly for errors thrown by a 
servlet.  I have upgraded now to Tomcat 4.1.27 as I have seen some 
problems with this before but does anyone have any ideas?
cheers
Pete