JDBC Connection pool monitoring GlassFish

Posted by john on Stack Overflow See other posts from Stack Overflow or by john
Published on 2010-06-06T20:27:01Z Indexed on 2010/06/06 20:32 UTC
Read the original article Hit count: 239

Filed under:
|
|

I am trying to find a setting by which the connection pool monitoring information would come in the server.log whenever an error like "error allocating a connection" or "connection closed" occur.

I found some blog entries that talk about this but they mention it from GUI prespective. However, I want a setting on the connection pool itself so that perodically the connection pool monitoring information would be shown in the logs.

Does anyone know of such a setting?

On Sun app Server 8.X it used to be perf-monitor

© Stack Overflow or respective owner

Related posts about java

Related posts about jdbc