Re: Reg: Connection pool stats

2013-11-14 Thread Daniel Mikusa
On Nov 14, 2013, at 2:23 AM, Anu Prab wrote: > On Nov 11, 2013, at 12:59 AM, Anu Prab wrote: > >> On Nov 7, 2013, at 11:58 PM, Anu Prab wrote: >> > I am using Tomcat 7.0.42 and Tomcat jdbc pool. >>> Just to be perfectly clear, how are you using this? With a >>> tag in your Tomcat

Re: Reg: Connection pool stats

2013-11-13 Thread Anu Prab
On Nov 11, 2013, at 12:59 AM, Anu Prab wrote: > On Nov 7, 2013, at 11:58 PM, Anu Prab wrote: > I am using Tomcat 7.0.42 and Tomcat jdbc pool. >> >>> Just to be perfectly clear, how are you using this? With a >> tag in your Tomcat >configuration or are you creating the pool in your >> code

Re: Reg: Connection pool stats

2013-11-11 Thread Daniel Mikusa
On Nov 11, 2013, at 12:59 AM, Anu Prab wrote: > On Nov 7, 2013, at 11:58 PM, Anu Prab wrote: > I am using Tomcat 7.0.42 and Tomcat jdbc pool. >> >>> Just to be perfectly clear, how are you using this? With a >> tag in your Tomcat >configuration or are you creating the pool in your >> co

Re: Reg: Connection pool stats

2013-11-10 Thread Anu Prab
On Nov 7, 2013, at 11:58 PM, Anu Prab wrote: >>> I am using Tomcat 7.0.42 and Tomcat jdbc pool. > >> Just to be perfectly clear, how are you using this? With a > tag in your Tomcat >configuration or are you creating the pool in your > code? Either way, include the necessary >config or code whi

Re: Reg: Connection pool stats

2013-11-10 Thread Anu Prab
On Nov 7, 2013, at 11:58 PM, Anu Prab wrote: >>> I am using Tomcat 7.0.42 and Tomcat jdbc pool. > >> Just to be perfectly clear, how are you using this? With a > tag in your Tomcat >configuration or are you creating the pool in your > code? Either way, include the necessary >config or code whi

Re: Reg: Connection pool stats

2013-11-08 Thread Daniel Mikusa
On Nov 7, 2013, at 11:58 PM, Anu Prab wrote: >>> I am using Tomcat 7.0.42 and Tomcat jdbc pool. > >> Just to be perfectly clear, how are you using this? With a > tag in your Tomcat >configuration or are you creating the pool in your > code? Either way, include the necessary >config or code wh

Re: Reg: Connection pool stats

2013-11-07 Thread Anu Prab
>> I am using Tomcat 7.0.42 and Tomcat jdbc pool. >Just to be perfectly clear, how are you using this? With a tag in your Tomcat >configuration or are you creating the pool in your code? Either way, include the necessary >config or code which shows how you've defined the pool. The pool configu

Re: Reg: Connection pool stats

2013-11-07 Thread Daniel Mikusa
On Nov 7, 2013, at 2:07 AM, Anu Prab wrote: > Hi, > > I am using Tomcat 7.0.42 and Tomcat jdbc pool. Just to be perfectly clear, how are you using this? With a tag in your Tomcat configuration or are you creating the pool in your code? Either way, include the necessary config or code which

Reg: Connection pool stats

2013-11-06 Thread Anu Prab
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 happe

Reg: Connection pool stats

2013-11-06 Thread Anu Prab
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 hap