On Tue, Jan 5, 2016 at 4:11 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> > I'm using tomcat 8.0.30.
> >
> > Looking through the jmx mbeans i did not see the BorrowedCount or
> > CreatedCount attributes as I did when using dbcp2.
> > I use these in my monitoring software to grap
Anthony,
On 12/23/15 6:16 PM, Anthony Biacco wrote:
> I'm testing a move from dbcp2 pooling to tomcat's built in pooling.
Note that, technically, Tomcat builds both DBCP2 and tomcat-pool into
Tomcat releases.
> I'm using tomcat 8.0.30.
>
> Looking through the jmx mbeans i did not see the Borrowe
I'm testing a move from dbcp2 pooling to tomcat's built in pooling. I'm
using tomcat 8.0.30.
Looking through the jmx mbeans i did not see the BorrowedCount or
CreatedCount attributes as I did when using dbcp2.
I use these in my monitoring software to graph DB thread activity.
What are the chances