$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
# su - ccm_root
Password: *****
# CCM_HOME=ccm_home; export CCM_HOME
# PATH=$CCM_HOME/bin:$PATH; export PATH
# ccm_stop_daemons
# ccm_start_daemons
$CCM_HOME/etc
ccm.client.location=client_location
其中,client_location 是 Rational Synergy 主服务器的 ccm.server.properties 文件中指定的位置。
例如,对于要使用针对位置 bangalore 指定的高速缓存服务器的客户机,请添加此条目:
ccm.client.location=bangalore