Configure the Central Logger database connection pool. The following example shows a sample configuration for the database connection pool:
# Central Logger database connection pool
asg.portal.engine.cl.db.connectionPool.initialConnections=3
asg.portal.engine.cl.db.connectionPool.maxConnections=10
asg.portal.engine.cl.db.connectionPool.waitIfBusy=true
Specify the database user name and password, as shown in the following example:
# Central Logger database username and password
asg.portal.engine.cl.db.username=asguser
asg.portal.engine.cl.db.password=asgpass
Edit the
asg-portal.properties file to specify the quota checking interval. The default usage check interval is
10 minutes. The following example sets the quota checking interval to 1 minute:
# Quota usage checking interval in minutesasg.portal.engine.quotaUsageCheckInterval=1