Reload keystore

2007-05-28 Thread Samuel Scheidegger
If I add a new client-certificate to the keystore, how can I force Tomcat to reload the keystore without restarting tomcat? Can I set a timer to say tomcat has to reload the keystore every xx-seconds? Or is there any way to program this? Thank you for your help Sam

Manage Client Certificates

2007-05-21 Thread Samuel Scheidegger
I configured my tomcat to work with SSL an client-certification. Together with a JDBC Realm the user is looked up in the database and everything works fine. My question now is how can I manage it on my own if there is more than one client certificate? Is there something like an interceptor? The