It should be possible (according to the documentation) to pass in the client 
cofiguration through a URL parameter. However this results in an exception when 
starting up the server
Caused by: java.io.IOException: Error initializing server socket factory SSL 
context: Can not find keystore url.
  |         at 
org.jboss.remoting.security.SSLSocketBuilder.initializeServerSocketFactorySSLContext(SSLSocketBuilder.java:1262)
  |         at 
org.jboss.remoting.security.SSLSocketBuilder.createCustomServerSocketFactory(SSLSocketBuilder.java:366)
  |         at 
org.jboss.remoting.security.SSLSocketBuilder.createSSLServerSocketFactory(SSLSocketBuilder.java:346)
  |         at 
org.jboss.remoting.security.SSLSocketBuilder.createSSLServerSocketFactory(SSLSocketBuilder.java:325)
  |         at 
org.jboss.remoting.ServerInvoker.createServerSocketFactory(ServerInvoker.java:513)
  |         ... 98 more

Trying to do the same with the invoker approach , i.e like false causes the 
same exception

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037713
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to