0 Replies Latest reply on Sep 8, 2004 9:49 AM by vspv62

    monitor database connections in a database pool

    vspv62

      Hi,

      Do you know how I can monitor database connections in a database pool.. ? I am using Jboss container.

      The purpose is to monitor connections that are closed and refresh them.

      There a firewall.. across which my application makes connections to the database.. the firewall times out due to the inactivity. and my application dies.

      I was thinking may be I could check for the database connections in a pool and then one that is not being used for a long time .. close it and again refresh the connection.

      Please Advise...