4 Replies Latest reply on Mar 5, 2007 12:21 PM by tom.elrod

    InvokerLocator binding?

      It seems like when I create an invoker locator using "localhost", only clients on the same machine can connect to it. When I bind using hostname, only clients connecting using hostname can connect to it and if a local client uses "localhost" n the InvokerLocator URI, it fails to bind.

      If suppose I am running jboss on a machine with multiple IP address and I want to invoker proxy to bind to all the network interfaces. Should I be able to use the jboss server default binding value of "0.0.0.0" to bind to all interfaces?
      Will this work with a jboss remoting server running outside of jboss?

      Appreciate your help.