customized error pages in certificate-client authentication

2004-08-24 Thread Luis Urueña Frías
Hi! I'm developing a java webapp overTomcat 4.2, with client certificate authentication. Is there any way to configure a customize error page? When I enter in the webapp with an appropiate certificate, HTTPS runs fine. And when I enter without it, ssl handshake detects an error, an

Re: customized error pages in certificate-client authentication

2004-08-24 Thread John Villar
RTFM. web.xml has ways to do this based on the HTTP error code yours would be the 404 HTTP error code Luis Urueña Frías escribió: Hi! I'm developing a java webapp over Tomcat 4.2, with client certificate authentication. Is there any way to configure a customize error page? When