Take a look at the file jboss-service.xml You can specify your own SocketFactory in the "RMI/JRMP invoker" section of the file.
| <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker" | name="jboss:service=invoker,type=jrmp"> | <!-- | <attribute name="RMIObjectPort">4444</attribute> | <attribute name="RMIClientSocketFactory">custom</attribute> | <attribute name="RMIServerSocketFactory">custom</attribute> | <attribute name="RMIServerSocketAddr">custom</attribute> | <attribute name="SecurityDomain">ssl-domain-name</attribute> | --> | | <depends>jboss:service=TransactionManager</depends> | </mbean> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840878#3840878 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840878 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
