1. How to monitor c3p0 connections stackoverflow.comI am using Hibernate in my JBoss war, using c3p0 for connection pooling, both configured within a hibernate.cfg.xml config file in my classpath <property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>I've seen server.log generates lines with interesting information ... |
2. Connection Pool Monitoring stackoverflow.comI need an insight on monitoring connection pool in my web application.
|
3. How to monitor Hibernate problem? Open cursors/connections forum.hibernate.orgHi to all, i have a big issue with my application. I'm working with Hibernate 3 and JPA with Struts 2 application using Glassfish for debug the application (in Netbeans 6.7). I have a problem because my application sometimes freezes and i don't know why, but when i see in toad looking for open connections or something like that and i ... |
4. Monitoring Hibernate connection pool forum.hibernate.orgHi All, I am using Hibernate to create a connection pool. Is there a way to monitor these connections at runtime so that I know whether the no. of connections in the pool is optimum or not? I have tried searching everywhere and the only way i find is to use Websphere(application server that I am using) to monitor the connection ... |