Re: Reg: Connection pool

2014-05-05 Thread Daniel Mikusa
On May 5, 2014, at 1:15 AM, Anu Prab wrote: >>> Hi, >>> We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for pooling connections. We are able to pool connections for different aliases. But for one alias, connections are not pooling. The user and password is

RE: Reg: Connection pool

2014-05-04 Thread Anu Prab
>> Hi, >> >>> We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for >>> pooling connections. >>> >>> We are able to pool connections for different aliases. But for >>> one alias, connections are not pooling. The user and password is >>> good because the >>> same >>> alias in apache dbcp

Re: Reg: Connection pool

2014-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anu, On 5/3/14, 12:18 AM, Anu Prab wrote: >> Hi, >> >> We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for >> pooling connections. >> >> We are able to pool connections for different aliases. But for >> one alias, connections are not

Re: Reg: Connection pool

2014-05-02 Thread Anu Prab
> Hi, > > We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for pooling > connections. > > We are able to pool connections for different aliases. But for one alias, > connections are not pooling. The user and password is good because the same > alias in apache dbcp works fine. >What do

Re: Reg: Connection pool

2014-05-02 Thread Daniel Mikusa
On May 1, 2014, at 10:29 PM, Anu Prab wrote: > Hi, > > We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for pooling > connections. > > We are able to pool connections for different aliases. But for one alias, > connections are not pooling. The user and password is good because the s

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

Re: Reg: Connection pool

2013-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anu, On 10/7/13 6:52 AM, Anu Prab wrote: > Yes Dan, you are right. I placed the jar in the correction location > now.. Thanks for the help. However, am now facing the below > exception. > > WARNING: Unexpected exception resolving reference > java.

Re: Reg: Connection pool

2013-10-07 Thread Daniel Mikusa
On Oct 7, 2013, at 6:52 AM, Anu Prab wrote: >> Hi, > >> > >> > >> The Tomcat version I am using is 7.0.40 and the connection pool is > >> tomcat-jdbc. I am having trouble configuring the connection pool. The > >> configuration does not trouble as long as I do not include initialSize > >>

Re: Reg: Connection pool

2013-10-07 Thread Anu Prab
> Hi, > > > The Tomcat version I am using is 7.0.40 and the connection pool is > tomcat-jdbc. I am having trouble configuring the connection pool. The > configuration does not trouble as long as I do not include initialSize > and factory attributes. But when I include any of these two, Tomcat

Re: Reg: Connection pool

2013-10-07 Thread Daniel Mikusa
On Oct 7, 2013, at 1:00 AM, Anu Prab wrote: > Hi, > > > The Tomcat version I am using is 7.0.40 and the connection pool is > tomcat-jdbc. I am having trouble configuring the connection pool. The > configuration does not trouble as long as I do not include initialSize and > factory attributes. B

Re: Reg: Connection pool

2013-10-01 Thread Daniel Mikusa
On Oct 1, 2013, at 5:10 AM, Anu Prab wrote: > On Sep 27, 2013, at 12:21 AM, Anu Prab wrote: > > > > > > > >> On Sep 26, 2013, at 6:02 PM, Christopher Schultz < > > > >> ch...@christopherschultz.net> wrote: > > > >> > > > >>> -BEGIN PGP SIGNED MESSAGE- > > > >> > >

Re: Reg: Connection pool

2013-10-01 Thread Anu Prab
On Sep 27, 2013, at 12:21 AM, Anu Prab wrote: > On Sep 26, 2013, at 6:02 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA256 > >> > >> Daniel, > >> > >> On 9/26/13 9:18 AM, Daniel M

Re: Reg: Connection pool

2013-09-30 Thread Daniel Mikusa
On Sep 27, 2013, at 12:21 AM, Anu Prab wrote: > On Sep 26, 2013, at 6:02 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA256 > >> > >> Daniel, > >> > >> On 9/26/13 9:18 AM, Daniel Mikusa wrote: > >>> On Sep 26, 2013,

Re: Reg: Connection pool

2013-09-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anu, On 9/27/13 12:14 AM, Anu Prab wrote: > On Sep 26, 2013, at 6:02 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> Perhaps Anu can give us a use case for when this kind of thing >> would be appropriate... what would you wan

Re: Reg: Connection pool

2013-09-27 Thread Anu Prab
On Sep 26, 2013, at 6:02 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Daniel, > > On 9/26/13 9:18 AM, Daniel Mikusa wrote: >> On Sep 26, 2013, at 2:22 AM, Anu Prab wrote: >> >>> I am using Tomcat version 7. >> >>

Re: Reg: Connection pool

2013-09-26 Thread Anu Prab
On Sep 26, 2013, at 6:02 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Daniel, > > On 9/26/13 9:18 AM, Daniel Mikusa wrote: >> On Sep 26, 2013, at 2:22 AM, Anu Prab wrote: >> >>> I am using Tomcat version 7. >> >>

Re: Reg: Connection pool

2013-09-26 Thread Anu Prab
On Sep 26, 2013, at 6:02 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Daniel, > > On 9/26/13 9:18 AM, Daniel Mikusa wrote: >> On Sep 26, 2013, at 2:22 AM, Anu Prab wrote: >> >>> I am using Tomcat version 7. >> >> For future

Re: Reg: Connection pool

2013-09-26 Thread Daniel Mikusa
On Sep 26, 2013, at 6:02 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Daniel, > > On 9/26/13 9:18 AM, Daniel Mikusa wrote: >> On Sep 26, 2013, at 2:22 AM, Anu Prab wrote: >> >>> I am using Tomcat version 7. >> >> For future reference, please include

Re: Reg: Connection pool

2013-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 9/26/13 9:18 AM, Daniel Mikusa wrote: > On Sep 26, 2013, at 2:22 AM, Anu Prab wrote: > >> I am using Tomcat version 7. > > For future reference, please include the exact version of Tomcat > you are running. There are 40+ different ver

Re: Reg: Connection pool

2013-09-26 Thread Daniel Mikusa
On Sep 26, 2013, at 2:22 AM, Anu Prab wrote: > Hi > > I am using Tomcat version 7. For future reference, please include the exact version of Tomcat you are running. There are 40+ different versions. > > Is it possible to update connection pool properties without restarting the > Tomcat serv