1 Reply Latest reply on Oct 31, 2007 10:10 AM by wolfc

    Why does RMI/EJB not listen on all interface-- despite havin

    starbuxman

      Hi all

      I have en EJB app sitting on a multihomed system. The app binds http (at least) to all interfaces on port 8080, but the EJBs were bound only to the interface designated by the hostname. Thankfully it enumerates something about 'RMI codebase ..' and then the host and port and we were able to see what that hostname resolved to. Nonetheless, we expected it to be available on either interface. I checked out http://jira.jboss.org/jira/browse/JBREM-687, but it would appear that's not relevant for us, or, rather, it is relevant and it's just picking up a hostname and binding to it without a warning. Is there anything that can be done? I'd like to just be able to point my client apps to that server -- what interface they use should be irrelevant (especially considering we route DNS to both.)

      Thanks,
      Josh