Re: Activating clientAuth for just one servlet

2003-02-13 Thread Tony Dahbura
ill Barker [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 10:25 AM > To: [EMAIL PROTECTED] > Subject: Re: Activating clientAuth for just one servlet > > Assuming that no other servlet in the webapp requires authentication, then > you can remove the 'clien

RE: Activating clientAuth for just one servlet

2003-02-13 Thread Peter Boevink
: [EMAIL PROTECTED] Subject: Re: Activating clientAuth for just one servlet Assuming that no other servlet in the webapp requires authentication, then you can remove the 'clientAuth' from the Connector. Then set up a: SomeName /servlet/MyServlet/* CLIENT-CERT Tomcat

Re: Activating clientAuth for just one servlet

2003-02-13 Thread Bill Barker
Assuming that no other servlet in the webapp requires authentication, then you can remove the 'clientAuth' from the Connector. Then set up a: SomeName /servlet/MyServlet/* CLIENT-CERT Tomcat (at least 4.1.18 and higher) will then request the client cert only when accessing M

Activating clientAuth for just one servlet

2003-02-13 Thread Peter Boevink
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 clientA