user237513
user237513

Reputation:

Accessing JBoss Cache deployed on a remote JBoss AS (4.2.2)

I have deployed the JBoss cahce service to my JBoss AS which is running remotely in a completely separate VM. I am now struggling to access the cache deployed to the AS. Does anybody have any suggestions?

Thanks In Advance

Upvotes: 1

Views: 353

Answers (1)

Pascal Thivent
Pascal Thivent

Reputation: 570595

TcpCacheLoader can be used to access remote caches. For more details, checkout Chapter 9, Cache Loaders. I think that you'll need to set up hierarchical caches using the TcpDelegatingCacheLoader.

Upvotes: 1

Related Questions