DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29867>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29867

jdbc database Connecting pool leak





------- Additional Comments From [EMAIL PROTECTED]  2004-08-11 16:45 -------
This is what we get for adding convenience features like DefaultContext.  I 
recommend you stick to the Servlet Spec and declare the connection pool in your 
context element only, not in the DefaultContext.  The latter also has the 
undesirable side effect of creating one pool per context, so the total number 
of connections can be higher than you wanted.

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

Reply via email to