You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Georges Roux <ge...@pacageek.org> on 2003/08/07 14:38:32 UTC

error-code 401

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org