The DB connection pool you are using is designed to be SIMPLE as the name
implies. If you need something a little more robust I would suggest using
DBCP from Apache.
Very easy to configure and it will have all the options you need.
Nathan
On 6/18/07, Gaurav Goel <[EMAIL PROTECTED]> wrote:
H
Hello,
I am using simple datasource and have set various parameters.
But i dont find any parameter related to minimum active connections.
How do i set that parameter? Or does it have a default value?
This is code in my sqlmap-config.xml file:
Any help