Hi, I am using Tomcat 7.0.42 and Tomcat jdbc pool. Once the pool is created with the default configuration, I obtained few connections from this pool.
But after certain amount of time, dataSource.getSize() shows the size as 0! Is this the expected behavior? Please help me understand what is happening. Thanks in advance. -Anu Adding to the previous information, though the minIdle is set to a value greater than 0, size of the pool, number of idle connections and number of active connections, all these are displayed as 0! -Anu