0 Replies Latest reply on May 15, 2007 5:55 PM by jowizzle

    GMS address on multihomed machine

    jowizzle

      I have a server with two interfaces. During startup of JBoss 4.2 I see two messages.

      -------------------------------------------------------
      GMS: address is yyy.yyy.yyy.yyy:32863
      -------------------------------------------------------
      17:19:49,534 INFO [TreeCache] viewAccepted(): [yyy.yyy.yyy.yyy:32863|0] [yyy.yyy.yyy.yyy:32863]
      17:19:49,554 INFO [TreeCache] TreeCache local address is yyy.yyy.yyy.yyy:32863
      


      and

      -------------------------------------------------------
      GMS: address is xxx.xxx.xxx.xxx:32868
      -------------------------------------------------------
      17:19:56,534 INFO [TreeCache] viewAccepted(): [xxx.xxx.xxx.xxx:32868|0] [xxx.xxx.xxx.xxx:32868]
      17:19:56,535 INFO [TreeCache] TreeCache local address is xxx.xxx.xxx.xxx:32868
      


      I configured the bind_addr in cluster-service.xml and jboss-service.xml in jboss-web-cluster.sar. What else must I configure to ensure that all services bind to the proper interface?