Your error page is too small.
For IE to show an error page (by default) it has to be more than 1Kb
long, IIRC.
Suggestion: Append to your page a comment like the following:
<!-- This is stupid space to make stupid IE behave properly:
######################################
######################################
######################### ... ### -->
The text is optional.
Antonio Fiol
Frank T. Murphy wrote:
>I have a different problem with the error-page.
>
>Our goal is to have any 404's redirected to a particular web page called
>act_check.html
>
>the web.xml piece looks as follows
>
> <error-page>
> <error-code>404</error-code>
> <location>/act_check.html</location>
> </error-page>
>
>It works on netscape 7.0 but I still get the standard IE 404 page when
>running IE
>
>Any thoughts?
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
|