I have configure JCS in my application and deployed on horizontally clustered environment. As per this, it contains multiple physical machines (nodes). The cluster-enabled application is deployed to each node and is available for requests. A load balancer provides workload management by distributing requests to the various nodes. I am using indexed disk cache in the aplication and the * jcs.auxiliary.DC.attributes.DiskPath=/Rootdir/Test/cache* is shared by both the physical machine. Currently the cached objects are not being shared by the both the nodes. It looks as if the caching is working properly on one physical server , but the cache is not updated on the second physical server.
I would like to know if there's a way to configure JCS to run on horizontally clustered environment. My apologizes if these questions have already been posted and answered.