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

DBCP Question

2008-09-17 Thread Paul Selibas
Greetings, Firstly i am using Tomcat 5.5 and Java 1.5. I am writing a simple web app but now my problem is the "setup" for the dbcp. I have set up the app with the resource tag in the context.xml file in the META-INF folder and it all works fine. Now for my problem... I would like to be able to ch