Controlling the maximum back-end sessions

This setting controls the maximum number of back-end sessions the server starts for each database.

Procedure

To change the server configuration:

  1. Stop the server that serves the databases whose settings you want to configure.
  2. 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.
  3. 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.

    For Windows <database name> for \vol\ccmdb\mydb is mydb.

    For UNIX <database name> for /vol/ccmdb/mydb is mydb.

  4. Restart the server so that the changed values take effect.

Feedback