Hi,

I'm trying to display custom error pages. My https context is BASIC protected,
and now the site is automatically redirecting to the error page before asking for authentification...


I put this lines in web.xml

<error-page>
   <error-code>401</error-code>
   <location>error/401.jsp</location>
</error-page>

I m using tomcat 4.1.27 standalone on linux.

I need your help please.

--

Georges Roux




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



Reply via email to