Alfresco uses DBCP internally, and exposes DBCP parameters via its own parameter names.
For instance, db.pool.initial
in Alfresco actually refers to initialSize
in DBCP.
Most parameter equivalences can be guessed by comparing the Alfresco doc and the DBCP doc, but I am unsure for two of them:
What are the DBCP equivalents of db.pool.idle
and db.pool.min
?