Reputation: 21
I need to setup Infinispan (In Memory Cache) in two node Cluster. Any basic level setup documentation for the same would be appreciable. The documentation found in Internet is so vague and doesn't suit a beginner. I've developed an application which caches the data from csv in eclipse. But when i deploy the jar in two nodes, it does the same and how am i supposed to find out whether the cache is distributed.? Any step by step guide to deploy an application which supports distributed caching.
Thanks, Ajith Kumar
Upvotes: 1
Views: 2110
Reputation: 7194
The cache is not distributed by default, you have to configure it.
I suggest looking at the clustered cache quickstart.
Upvotes: 1