I am trying to implement error pages in Tomcat 3.2.1 but am having some difficulties.  Here are the entries in my WEB-INF/web.xml file:
 

<error-page>

<error-code>404</error-code>

<location>/404.jsp</location>

</error-page>

Unfortunately, the 404.jsp never comes up.  Strangely enough, the 404.class and java files are being generated in the WORK directory but never used.  If anyone can supply additional help I would appreciate it.  I have been following the recent threads on this subject matter. 

TIA,

Mark

 

 

Reply via email to