3 Replies Latest reply on Jul 12, 2004 10:42 AM by belaban

    Windows XP cluster on one machine

    pualsa

      I am trying to start two JBoss 3.2.4 servers bind in a cluster on one PC under Windows XP. I've copied "all" directory to "node1" and "node2".
      In node2 I enabled ServiceBindingManager.
      The UDP part of cluster-service.xml:

       <UDP mcast_addr="228.1.2.3" bind_addr="127.0.0.1" mcast_port="45566"
       ip_ttl="64" ip_mcast="true"
       mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
       ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
       loopback="true" />
      

      This configuration worked with JBoss 3.2.3, but with 3.2.4 two servers can not find each other.
      What should I do?