e
> jdbc driver
> >ojdbc14.jar
> >> Different that commons stuff you are using.
> >>
> >> >-Original Message-
> >> >From: Manisha Sathe
> >> [mailto:[EMAIL PROTECTED]
> >> >Sent: Tuesday, November 29, 2005 1:44 PM
&
e
> jdbc driver
> >ojdbc14.jar
> >> Different that commons stuff you are using.
> >>
> >> >-Original Message-
> >> >From: Manisha Sathe
> >> [mailto:[EMAIL PROTECTED]
> >> >Sent: Tuesday, November 29, 2005 1:44 PM
&
al Message-
>> >From: Manisha Sathe
>> [mailto:[EMAIL PROTECTED]
>> >Sent: Tuesday, November 29, 2005 1:44 PM
>> >To: Tomcat Users List
>> >Subject: RE: How to test connection pooling
>> >
>> >Hi,
>> >
>> >After s
at commons stuff you are using.
>
> >-Original Message-
> >From: Manisha Sathe
> [mailto:[EMAIL PROTECTED]
> >Sent: Tuesday, November 29, 2005 1:44 PM
> >To: Tomcat Users List
> >Subject: RE: How to test connection pooling
> >
> >Hi,
> >
> &
-Original Message-
>From: Manisha Sathe [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, November 29, 2005 1:44 PM
>To: Tomcat Users List
>Subject: RE: How to test connection pooling
>
>Hi,
>
>After some testing on Tomcat 5 / Tomcat 4.1, i am finding some
>strange beh
Hi,
After some testing on Tomcat 5 / Tomcat 4.1, i am
finding some strange behaviour.
I could figure out how to check number of conections
on MSSQL. It is Enterprise Manager -> Management ->
Current Processes - u have to refresh it now and then.
1)For Tomcat 5, it does create a pool of connectio
Show Processlist will show the number of initial connections at start but does
it show what subsystem a connection is bound to? what if there are multiple
tomcat's connected to one database. How do you differentiate?
"Lucuk, Pete" <[EMAIL PROTECTED]> wrote: Manisha,
I do not know how you chec
Manisha,
I do not know how you check in MSSQL.
But, just an FYI
If you setup your connection to ten, ten do not automatically get
created, only one, and as your app requires more connections, more
connections will be created up to a max of ten.
Took me a couple days to figure out that one