Monitor Tomcat Connection Pool
843841Jun 28 2005 — edited Jun 28 2005Is there a tool out there to monitor Tomcat's DBCP? I've got a new ERP/CRM web based application that's tested and working in a small environment, but now I need to get busy with thousands of connections, testing thread safety, etc.
I'm using SQL Server with jTDS JDBC driver and Tomcat DBCP. I just want to be able to see how many connections are in the pool, how many are abandoned, how many are active, how many are idle, etc.
Thanks in advance.