Add this to your web.xml and make a page called error.jsp .....
<error-page>
<error-code>403</error-code>
<location>/error.jsp</location>
</error-page>
-----Original Message-----
From: Christian J. Dechery - ACCENTURE
[mailto:[EMAIL PROTECTED]
Sent: 21. juli 2003 15:37
To: Tomcat Users List (E-mail)
Subject: Handling auth failure
I have successfully implemented authentication in Tomcat, but I don't want
that 403 screen to ever show up.
Is that possible? I'd like that, for whatever reason, the login screen would
always show indicating an authentication failure and requesting a new login.
If that's not possible, how can I change that ugly default 403 screen?
thanks
_______________________________
:: Christian J. Dechery
:: Accenture do Brasil
:: CHT - Solutions Operations
:: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]