简体   繁体   中英

How to setup infinispan cache in a two node cluster

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

The cache is not distributed by default, you have to configure it.

I suggest looking at the clustered cache quickstart .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM