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
>> 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
-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
> 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
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
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.
Why are we not able
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
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
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
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
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
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
>> 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
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
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
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
Hi,
Is it possible to get the statistics of a connection pool programmatically,
say when was it created? The maximum time taken by a query which used the
connection from this connection pool? Statistics like these...
-Anu
-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.
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
>
>>
> 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
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
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 starts
throwing t
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-
>
>
>
>>
>
>
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
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,
-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
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.
>>
>>
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.
>>
>>
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
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
-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
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
Hi
I am using Tomcat version 7.
Is it possible to update connection pool properties without restarting the
Tomcat server?
Thanks in advance.
33 matches
Mail list logo