You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Salina Cheung <sa...@yahoo.com> on 2003/03/28 17:00:05 UTC

connection pool

Hi, 

When tomcat reloads class files, it also reinitialize
the context and the connection pool.  But if there are
users hitting the site, the connections dont get
closed property. These connections still connects to
the DB server, but not usable in the newly intialized
connection pool.

I tried to close the connections in detroy method of
servlet, but it is too later by the time destroy
method of servlet is called.

Please help.

I have tomcat 4.1.18, a cluster of 15 instances. Each
instance has max active connection of 55.

This bug causes total number of connections to the DB
exceeds total number of connections a dB server can
take.

Salina





__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org