Two ways to configure keystore properties within remoting.  The first is to set 
the System property for jsse properties.  I assume that once the ServerSocket 
or Socket has been created by the factory, changing these properties will not 
have any impact on these.  The second way is to pass the info as config to 
remoting itself, where will create custom factory (using 
RemotingSSLSocketFactory).  This allows changing config per client/server 
instance created (as jsse config is global per VM).  For the custom factory 
(RemotingSSLSocketFactory), once a call like createSocket() is made, the 
keystore is loaded and can not be changed during runtime.  

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939622#3939622

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939622


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to