Bug #40652 Addition to the Tomcat config.properties file for the server installer.
Submitted: 11 Nov 2008 21:39 Modified: 14 Nov 2008 13:13
Reporter: Keith Russell Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Configuration Severity:S3 (Non-critical)
Version:2.0 OS:Any
Assigned to: BitRock Merlin CPU Architecture:Any

[11 Nov 2008 21:39] Keith Russell
Description:
Please add the following to the Tomcat 'config.properties' (along with the comment):

     # max connections in the pool for the repository
     default.maxActive=70 

How to repeat:
n/a

Suggested fix:
Add the requested lines.
[12 Nov 2008 9:51] BitRock Merlin
Patch sent to Keith.

We have noticed that in case you have installed the MySQL service manager (not the upgrade), the comment line is no longer present in the config.properties file because the merlin application processes it in order to generate the key. This doesn't happen if you upgrade the application; the comment line is preserved because in that case the merlin application does not modify the config.properties file.
[13 Nov 2008 14:53] Keith Russell
Patch applied in build versions => 2.0.0.7095.
[13 Nov 2008 23:46] Marcos Palacios
Tested OK with build 2.0.0.7097 for the upgrade case.
[14 Nov 2008 2:44] Marcos Palacios
Tested and verified (with build 2.0.0.7097) that the comment line is no longer present in the config.properties file in the full install case (as the note above indicates).

Since this is caused by our application, I am passing the test.
[14 Nov 2008 13:13] Tony Bedford
A change entry has been added to the 2.0 changelog:

The following has been added to the Tomcat config.properties properties file: 

     # max connections in the pool for the repository
     default.maxActive=70