Good afternoon,
I am trying to specify a generic 404 error page for all webapps in tomcat 4.
I added the following entry to tomcathome\conf\web.xml:
<error-page>
    <error-code>404</error-code>
    <location>/csa/jsp/Error404.jsp</location>
   </error-page>
under the default welcome files list and it doesn't work(just the generic
tomcat page not found page comes up).  csa is a directory under webapps.  Is
there a way to make this work??

Thanks in advance for any help,
JBR
"breakdancing will never go out of style."
Larry Crantz '87

Reply via email to