Not according to the documentation on the JCS website: The remote cache configuration is growing. For now, the configuration is done at the top of the remote.cache.ccf file. The startRemoteCache script passes the configuration file name to the server when it starts up. The configuration parameters below will create a remote cache server that listens to port 1102 and performs call backs on theremote.cache.service.port , also specified as port 1102 .
# 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 # rmi socket factory timeout remote.cache.rmiSocketFactoryTimeoutMillis=5000 # cluster setting remote.cluster.LocalClusterConsistency=true remote.cluster.AllowClusterGet=true On Wed, Nov 14, 2012 at 11:50 AM, Thomas Vandahl <[email protected]> wrote: > On 12.11.12 16:28, Drew Leamon wrote: > > registry.host=localhost > > registry.port=1103 > > remote.cache.service.port=1103 > > Shouldn't these ports be different? > > Bye, Thomas. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
