RE: cleaning up a removed webapp

2004-06-30 Thread Shapira, Yoav
Hi, ServletContextListener#contextDestroyed. Yoav Shapira Millennium Research Informatics -Original Message- From: David Vollberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 11:53 AM To: [EMAIL PROTECTED] Subject: cleaning up a removed webapp I am trying to upgrade one of

RE: cleaning up a removed webapp

2004-06-30 Thread Holly, Michael
Dave I'm not sure what your in memory db is but here is how I handled a similar problem. My application uses connection pooling. I had problems with my connection pools not being cleaned up. I added a contextListener that keeps track of the pools and then when the context is destroyed it cleans