Different Problem with error-page

2004-05-20 Thread Frank T. Murphy
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-code404/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Different Problem with error-page

2004-05-20 Thread Benjamin Armintor
Check under Tools/Internet Options/Advanced to see whether the Show
friendly HTTP error messages property is active.  If it is, I think IE
puts its own page up whenever it gets a server response that indicates
an error.

Benjamin J. Armintor
Systems Analyst
ITS-Systems: Mainframe Group
University of Texas - Austin
tele: (512) 232-6562
email: [EMAIL PROTECTED]
 


-Original Message-
From: Frank T. Murphy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 20, 2004 3:48 PM
To: 'Tomcat Users List'
Subject: Different Problem with error-page


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-code404/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Different Problem with error-page

2004-05-20 Thread Antonio Fiol BonnĂ­n
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-code404/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




smime.p7s
Description: S/MIME Cryptographic Signature