Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Different Problem with error-page

Frank T. Murphy

2004-05-20

Replies:

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@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.