Hi,

I'm running into troubles when using JBoss 3.2.6 on a multi-homed host. When 
you try to connect to the first configured interface, everything goes ok, but 
connecting to the second interface fails part of the way through the call to 
Context.lookup().

Using Ethereal I can see that the connection is going ok until the Naming RMI 
object is sent from the server. The object contains the first interface of the 
server, and the client then proceeds to use that for all future communication 
with the server. This only works fine if the client has a valid route to the 
first interface.

Looking at the implementation in org.jnp.server.Main, which I believe is the 
relevant server-side code, I can see that there appears to be only a single 
stub created that will be sent to all clients that connect, rather than 
specific stubs depending on the interface being connected to.

Is there a way to make this work as expected and allow the server to accept 
connections from both interfaces?


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to