Hello,
i am using tomcat jdbc connection pool and i activated jmx.
 
After starting tomcat i cannot see all pooled connections with jconsole. Only a 
subset. After purging all connections with jconsole i can see all pooled 
connections.
 
After starting tomcat:
tomcat.jdbc -> ConnectionPool -> jdbc/name -> webapp -> Catalina -> Domain 
->DataSource->Attributes -> Idle: e.g. 10
tomcat.jdbc -> ConnectionPool -> jdbc/name -> webapp -> Catalina -> Domain 
->DataSource->PooledConnection[] Array: only 2
Connections on Database: 10
 
After purging all connections the number after "Idle" and the PolledConnection 
array size are the same.
 
Is this a bug or do you have any ideas what's going on?
 
Thanks Andi
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to