FYI, you might try:

  <max_idle>10</max_idle>
  <max>20</max>
  <max_wait>60000</max_wait>

in your DBCP configuration.  Contrary to the javadocs, the default for
max_wait is 5000, which is most likely too low.  Mordred defaults to being
much more determined about getting connections, and retried up to 100 times
over a 5 second period.  I recall having problems when it retried only 10
times over a 0.5 second period.

        --- Noel



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to