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
> <Resource ... /> element config would require your webapp be restarted.
>

Thank you for your response. I don't mind restarting the web app after a DB
change. But it appears that i will have to manage the pooling myself or use
ibatis or some equivalent.

Reply via email to