there is such a parameter in the NamingService MBean, . If I understand well this would allow you to use custom RMI sockets to contact a given JNDI object reference...
but I'm not sure it is what you need ClientSocketFactory: An optional custom java.rmi.server.RMIClientSocketFactory implementation class name. If not specified the default RMIClientSocketFactory is used. ServerSocketFactory: An optional custom java.rmi.server.RMIServerSocketFactory implementation class name. If not specified the default RMIServerSocketFactory is used. note that all come from the jboss 244 doc http://www.flashline.com/Components/View.jsp?prodid=4375 -----Message d'origine----- De: Eric Biggs [mailto:[EMAIL PROTECTED]] Date: mardi 15 janvier 2002 19:39 �: [EMAIL PROTECTED] Objet: [JBoss-user] How do I specify an alternate socket factory? I need to use an rmi socket factory other than the default one... Is there a way to tell jboss to use a custom socket factory? I imagine it might be in a configuration script somewhere? I looked, but could not find it. Also, assuming I can get the jboss server to use a custom socket factory is there anything I need to do to my client code? Many thanks in advance. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
