James Taylor wrote:
> Try: org.apache.jcs.auxiliary.remote.server.RemoveCacheServerFactory

So this would be the way to start a remote cache server?

e.g. provide a config file remote.cache.ccf like:


# Registry used to register and provide the
# IRemoteCacheService service.
registry.host=localhost
registry.port=1102
# call back port to local caches.
remote.cache.service.port=1102
# tomcat config
remote.tomcat.on=false
# cluster setting
remote.cluster.LocalClusterConsistency=true


and then:

java 
org.apache.jcs.auxiliary.remote.server.RemoteGroupCacheServerFactory 
remote.cache.ccf


?


Akos


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to