Hi everyone, What follows isn't an issue I'm currently running into but it is actually a situation I could face pretty soon:
I've implemented a web service (Code First) which is deployed via spring-based xml configuration file in a Tomcat server. My service also implements security by referencing a keystore and a truststore. Suppose I wanna add a new client to my service. Its public key should be added to the server-side truststore and normally, the Tomcat server should be restarted, since WSS4J loads keystores' content only once, at the service deployment. So here's what I am wondering : would it be possible to dynamically update a keystore object without having to turn off the application server, even for a brief moment? -- View this message in context: http://old.nabble.com/Server-side%3A-updating-keystore--tp26327780p26327780.html Sent from the WSS4J mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
