[jboss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime
tom.elrod@jboss.com
do-not-reply at jboss.com
Tue Aug 8 13:58:41 EDT 2006
If call setNewServerSocketFactory() on server invoker (only applies to socket and multiplex though) with new server socket factory, there is a background thread that will periodically (every 10 seconds) look and see that the server socket factory has been updated and swap it out with the current one in use.
Test cases within remoting are under org.jboss.test.remoting.transport.socket.ssl.serversocketrefresh and org.jboss.test.remoting.transport.multiplex.ssl.serversocketrefresh packages.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963873#3963873
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963873
More information about the jboss-user
mailing list