I used  error-page tag in web.xml to map any 404 Http
error code  to page default.jsp  specified in location
tag.It works fine in netscape but does not work in
internet explorer .I am using IE 6.0. 

        
        <error-page>
           <error-code>404</error-code>
           <location>default.jsp</location>
        </error-page>


So when  I try to acess any unknown page In Internet
explorer  IE displays the following message rather
than directing to default.jsp


The page cannot be found 
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable. 

--------------------------------------------------------------------------------

Please try the following:

If you typed the page address in the Address bar, make
sure that it is spelled correctly.

Open the localhost:9080 home page, and then look for
links to the information you want. 
Click the  Back button to try another link. 
Click  Search to look for information on this
Internet. 



HTTP 404 - File not found
Internet Explorer 

How can I make this work in Internet Explorer.

thanks & regards


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to