Hello, I'm using DBCP in Servlets.
My Connection from DataSource is a static variable. I need it static, because then I can get database connection everywhere in my objects. So, question is, should I close that static database connection after web page request end or not? I just want, that the database pooling worked correctly. Thanks, snk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
