Hi, I'm using tomcat 4.1 and have several servlets running on it. Now I have one servlet that needs client authentication (SSL). I do not want all servlets to force client authentication but only that perticular one. All other servlets will use SSL.
Tomcat is now configured to use SSL and clientAuth, which works fine. But all servlets requested now need a client certificate, is there a way to activate clientAuth only for one servlet? Thank, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
