开发者

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

开发者 https://www.devze.com 2022-12-16 19:18 出处:网络
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开发者_开发问

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消