2 Replies Latest reply on Oct 1, 2013 6:02 AM by jottasoy

    Infinispan cluster - 2 nodes 2 hosts

    jottasoy

      Hi,

      I tried to make a cluster, features:

      • infinispan-server-5.3.0.Final
      • 2 nodes:
        • nodeA in a host
        • nodeB in another host
      • 1 replicated caché


      In the first host, I execute:

           clustered.bat -Djboss.socket.binding.port-offset=100 -Djboss.node.name=nodeA


      In the second host, I execute:

           clustered.bat -Djboss.socket.binding.port-offset=200 -Djboss.node.name=nodeB


      There aren't errors in the log files, and the cluster doesn't work...


      Thank you.