I've seen this same issue and I'm interested in a solution as well. Thanks,
Matt > -----Original Message----- > From: Salina Cheung [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2003 9:00 AM > To: [EMAIL PROTECTED] > Subject: 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
