$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