Re: DBCP Question

2008-09-17 Thread Paul Selibas
On Wed, Sep 17, 2008 at 3:03 PM, David Smith <[EMAIL PROTECTED]> wrote: > I think you'll have to have your webapp manage it's own DBCP pool > locally. I doubt there's a good way to change pool parameters on tomcat > provide database pools on the fly. At minimum, any change to the > element conf

Re: DBCP Question

2008-09-17 Thread David Smith
I think you'll have to have your webapp manage it's own DBCP pool locally. I doubt there's a good way to change pool parameters on tomcat provide database pools on the fly. At minimum, any change to the element config would require your webapp be restarted. --David Paul Selibas wrote: > Greeti