Can you elaborate a little more? My guess is that you want to monitor the connection pool as connection objects are used or freed. You might want to look at http://www.javaexchange.com/ and Mark Mnich's DBConnectionBroker. It provides a logging facility that can tell report this information to stdout. It does quite abit more, and you *will likely have to customize* the implementation. I have used it successfully to create a connection pool to a legacy mainframe implementation of a SQL database written in COBOL via IDMS.
HTH, Tim -----Original Message----- From: Sundar Chakravarthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 9:49 AM To: Tomcat Users List Subject: Monitor Connection Pool Is there anyway I could monitor the dbcp connection pool, In tomcat ? Thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
