1 Reply Latest reply on Aug 28, 2002 2:17 AM by kuma

    Multihomed configuration ??

      Hi,
      I have JBOSS loaded on a multi-homed machine.
      It starts up fine & also recogonizes its cluster member
      but the clients cannot connect to it ???
      I have the same configuration on a single homed
      machine that works just fine. PLEASE HELP....
      The Provider URL is set the IP address of the Machine
      in both cases...
      regards,
      sudesh

      my e-mail: sthekepat@yahoo.com

        • 1. Re: Multihomed configuration ??
          kuma

          Have you tried to set an IP address to the property java.rmi.server.hostname ?
          E.g., starting JBoss as follows,
          java -Djava.rmi.server.hostname=x.x.x.x ...

          This works fine for a simple JBoss application. We can connect to the JBoss application remotely.
          However, I wonder if this is a right solution since some JBoss application gets another error at its deployment time which we are still investigating.

          Hoping this might help.

          Kuma