Re: Logging Abandoned Connection
Kean Erickson <[email protected]>
| Newsgroups | gmane.comp.java.openejb.user |
|---|---|
| Message-ID | <CAPdwkmR97ud-Tqw1wsNw==QYoiqqY6jVB4wt91XYjXKWP_x54g@mail.gmail.com> |
Hi Chege, to my knowledge these flags are meant to work together, so the abandoned cinnections should be logged as they are removed. But I think setting the suspectTimeout flag will allow you to test how you want: https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html On Wed, Sep 27, 2023, 9:28 PM chege <[email protected]> wrote: > On Wed, 2023-09-27 at 11:32 -0700, Kean Erickson wrote: > > Kean > > Hi Kean, > > Thanks for the response. Before removing abandoned connections I want > to log the event. > >