[JBoss-user] Problem binding RMI to particular interface

2003-07-01 Thread Phil Packer
Hi, I hope someone can help me with what may be a simple JNDI problem. I have a multi-homed host running JBoss-3.0.6/j2sdk1.4.2 (on RedHat 9) and I have another application on the other side of a firewall that need to be able to do JNDI and RMI to this JBoss instance I've managed to make JNDI

Re: [JBoss-user] Problem binding RMI to particular interface

2003-07-01 Thread Scott M Stark
You would have to specify an java.rmi.server.RMIServerSocketFactory instance that allowed for binding on a specific interface: attribute name=ServerSocketFactoryMyRMIServerSocketFactory /attribute We should probably just be installing an implementation that used the BindAddress setting

Re: [JBoss-user] Problem binding RMI to particular interface

2003-07-01 Thread Phil Packer
Thanks very much for the quick reply Scott! I sort of suspected that that might be the case - I'd be very happy to test any changes in that area (although I'm currently more of a system integrator than a Java programmer...) Many thanks again Phil On Tue, 2003-07-01 at 14:55, Scott M Stark