Re: configure tomcat to ask for client certificate for particular URL only

2007-01-18 Thread Ambuj Jain
Basically my requirment is to configure a tomcat server to be asked for client certificate for all URLs except one particular URL. It should only allow the URLs access (except one URL that can be accessible irrespective of client browser have certificate or not ) if client have certificates.

configure tomcat to ask for client certificate for particular URL only

2007-01-16 Thread Ambuj Jain
Hi, Can We configure tomcat server to allow clients who have certificates to access a particular URL, but allow all clients to access the rest of the server? Restrict the URL based on client certificate. If Yes, please send me one example configuration file. Thanks, Ambuj Jain ---