2 Replies Latest reply on Jun 15, 2016 12:41 PM by haytham.salhi

    Distributed cache mode in client/server infinispan (standalone.sh)

    haytham.salhi

      Hi,

       

       

      How can I make sure that I am running the cluster of nodes with a distributed cache node when using standalone.sh and clustered.xml?

      Is the "default" cache distributed cache? I don't need it to be a replicated cache. I want to make sure that it's a distributed cache not replicated one.

      In other words, when we run this command: ./standalone.sh -c clustered.xml -Djboss.node.name=nodeA -Djboss.socket.binding.port-offset=100 for example, do I have a "default" clustered cache running in distributed mode or not? If not, how can we make it distributed? 

       

       

      Thank you in advance.