AFAIK the page needs to be > 1024 byte. If they are smaller, IE replaces
them.

cu
  Steffen 


-- 
SH Solutions, Steffen Heil
Web: http://www.sh-solutions.de
eMail: [EMAIL PROTECTED]
MSNMS: [EMAIL PROTECTED]
-----Ursprüngliche Nachricht-----
Von: Bender, Christopher [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 8. Dezember 2003 21:40
An: Tomcat Users List
Betreff: Giving access to an html file in tomcat

Hey,

I have added the following to my web.xml of one of my web apps:

        <error-page>
                <error-code>403</error-code>
                <location>/error/error.htm</location>
        </error-page>


When I try and test this (go to a page I do not have access to that will
throw a 403 error),  i get the Internet Explorer error page that says "You
might not have permission to view this directory or page using the
credentials you supplied" and not my page (and not even a tomcat page).

Am I missing some configuration somewhere?

---------------------------------------------------------------------
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]

Reply via email to