I used  error-page tag in web.xml to map any 404 Http
error code  to page specified in location tag.It works
fine it 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>


In Internet explorer I get the page 

thanks & regards
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 the Internet.




HTTP 404 - File not found
Internet Explorer 
 





How can I make this work in Internet Explorer.


                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

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

Reply via email to