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.
- To change this value for all databases, 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.
For example: <database name> for /vol/ccmdb/mydb is mydb.
- Restart the server so that the changed values take effect.