in IE6 there was a configuration option to "let IE handle error
messages". If this was active, error page from server would be replaced
by a custom non informative IE page. This may be activated in your IE7.

En l'instant précis du 23/07/07 11:32, Søren Blidorf s'exprimait en ces
termes:
> Hi.
>
>  
>
> Does anybody know why my error-pages does not show in IE7 everything worked
> in IE 4 – IE6
>
>  
>
>  
>
> Web.xml:
>
>   <error-page>
>
>     <error-code>500</error-code>
>
>     <location>/error?error=500</location>
>
>   </error-page>
>
>   <error-page>
>
>     <error-code>404</error-code>
>
>     <location>/error?error=404</location>
>
>   </error-page>
>
>   <error-page>
>
>     <error-code>403</error-code>
>
>     <location>/error?error=403</location>
>
>   </error-page>
>
>   <error-page>
>
>     <error-code>400</error-code>
>
>     <location>/error?error=400</location>
>
>   </error-page>
>
>   <error-page>
>
>     <error-code>408</error-code>
>
>     <location>/error?error=408</location>
>
>   </error-page>
>
>   <error-page>
>
>     <exception-type>java.lang.NullPointerException</exception-type>
>
>     <location>/error?error=NullPointerException</location>
>
>   </error-page>
>
>   <error-page>
>
>     <exception-type>java.net.UnknownHostException</exception-type>
>
>     <location>/error?error=UnknownHostException</location>
>
>   </error-page>
>
>  
>
> BR
>
>  
>
> Soren, DK
>
>
>   


-- 
http://www.noooxml.org/


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to