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.
  2. To change this value for all databases, 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.

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

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

Feedback