posted 14 years ago
Hi,
initialSize shows the initial size of the database connection pool.
maxActive shows the maximum number of parallel open connections for a database.
If you set both values to 0 the database default values for that properties are used.
You have to ensure that initialSize is not greater than maxActive.
Cheers,
Ramon