This setting controls the maximum number of back-end sessions the server starts for each database.
Procedure
To change the server configuration:
- Stop the server that serves the databases whose settings you want to configure.
- Change the value.
- Single server users: To change this value for all databases, modify the cm.webserver.max.sessions value in the ccm.server.properties file.
- Multiple server users: To change this value for all databases in all CCM servers running for this Rational® Synergy installation, modify the cm.webserver.max.sessions value in the ccm.server.properties file.
- To set a different value for a specific database, create a key called cm.webserver.max.sessions.database name in the ccm.server.properties file, and then assign the new value. For example, cm.webserver.max.sessions.mydb = 50 sets the maximum number of back-end sessions to 50 for the mydb database.
The <database name> is the last part of the full database path, as shown in the following examples.
<database name> for \vol\ccmdb\mydb is mydb.
<database name> for /vol/ccmdb/mydb is mydb.
- Restart the server so that the changed values take effect.