This content has been marked as final.
Show 1 reply
-
1. Re: JBoss connection pool
gorano May 21, 2004 11:35 AM (in response to lgrimberg)You can always monitor the pool from the JMX console.
http://localhost:8080/jmx-console
The MBean you are looking for will have
the db connection name included, for example DefaultDS .
You can also tune the pool from the jmx-console, min, max idle timeout etc
/Goran