> cd %CCM_HOME%\etc
ccm.cache.server.client_location=cache_server_url
其中 client_location 为任何字符串,例如 Bangalore 或 boston,
cache_server_url 是 http://cache server hostname:cache server port。
示例:
ccm.cache.server.bangalore=http://cacheserver1:8400
ccm.cache.server.boston=http://cacheserver2:8400
> cd %CCM_HOME%\etc
ccm.client.location=client_location
其中 client location 是在 Rational Synergy 主服务器上的 ccm.server.properties 文件中指定的位置。
例如,为了使客户机使用指定给位置 bangalore 的高速缓存服务器,添加该条目:
ccm.client.location=bangalore