When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. To many of the list archiving services and mail clients
used by list subscribers this makes your new message appear as part
of the old thread. Thi
: Friday, March 10, 2006 7:50 AM
To: users@tomcat.apache.org
Subject: RE: Tomcat jdbc settings
Thanks Tim.
I have also noticed that bouncing the tomcat clears the connections. So are
you saying java's garbage collection will clear the old connections out?
Does this mean my settings below are
Thanks Tim.
I have also noticed that bouncing the tomcat clears the connections. So are
you saying java's garbage collection will clear the old connections out?
Does this mean my settings below are redundant?
Ed.
In my experience, using 8i and the thin driver, bouncing tomcat always
clears
In my experience, using 8i and the thin driver, bouncing tomcat always
clears all connections to the DB. Reloading the app will not necessarily
clear connections, as the old app is still in PermGen, waiting for garbage
collection. Once collected, however, the connections will get cleaned up.
-