I think I saw something about this on the tomcat-dev mailing list.
Try changing your 404.html file to 404.jsp. You don't need to change the
file at all, just rename it with the new extension. Then change the
<location> tag to /404.jsp.
Thanks,
--jeff
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 1:01 PM
Subject: Tomcat 3.2.2 bug ???
> When i request a non-existing jsp page, the server crash...
> web.xml
> <error-page>
> <error-code>404</error-code>
> <location>/404.html</location>
> </error-page>
>
> I think the problem is web.xml file in <error-page> tag.. It do not
accept
> static error pages... Does anybody know the solution?
>