4 Replies Latest reply on Jan 5, 2009 11:55 AM by manik

    Far cache (TcpCacheServer) configuration

    rs1050

      Hi, I am trying to configure a far cache where the data is stored in stand-alone storage caches (S) exposed via TcpCacheServer. An application (A) uses TcpDelegatingCacheLoader to access remote cache.

      In the simplest setup i have one 'S' jvm and one 'A' jvm. 'S' has buddy replication. 'A' does not have any replication enabled. What happens is that A does not see already existing nodes in 'S' and if i try to put some values in the node, ends up completely overwriting the 'S' value.

      Question: what is the proper configuration I should use for 'A' so that it sees the values in 'S'?

      Thank you very much.
      RS.