Hi!

Setting clientAuth to true in the coyote connector configuration
forces the client to send his client certificate before a ssl session
to any page/servlet is established.

I'd like to divide my webapp into two areas:

1) a public area whith ssl encryption only
   for example mydomain.com/public/...

and

2) a private (personalized) area which is only accessible by ssl AND
client authentication.
   for example mydomain.com/private/...

Is it possible to enable/disable client authentication by directory or
by servlet using tomcat?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to