This content applies to version 7.2.1 or later. After
you install the cache server on Windows,
you must configure the main server and the client to use the cache
server.
Procedure
- Configure the Rational® Synergy
main server:
- Log on to the machine where the Rational Synergy main server is installed.
- Locate the ccm.server.properties file
in the main server runarea:
> cd %CCM_HOME%\etc
- In a text file editor, open the ccm.server.properties file
and add the following line:
ccm.cache.server.client_location=cache_server_url
where, client_location is
any string, for instance Bangalore or boston,
and cache_server_url is http://cache
server hostname:cache server port.
Example:
ccm.cache.server.bangalore=http://cacheserver1:8400
ccm.cache.server.boston=http://cacheserver2:8400
- Save the file and exit the editor.
- From the Start menu, select Run.
- In the Open text field, type services.msc.
- In the Services dialog box, browse
to the ccm7.2.1_router service, and restart the services.
- Configure the Rational Synergy
client:
- Log on to the machine where the Rational Synergy client is installed.
- Locate the ccm.properties file:
> cd %CCM_HOME%\etc
- In a text file editor, open the ccm.properties file
and add the following line:
ccm.client.location=client_location
where
the client location is the location
specified in the ccm.server.properties file on the Rational Synergy main server.
For
example, for a client to use a cache server specified for location bangalore,
add this entry:
ccm.client.location=bangalore
- Save and exit the editor.
- Restart the client session.