RE: How to test connection pooling - Resolved

2005-11-30 Thread Manisha Sathe
and use the Oracle 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 To: Tomcat Users List Subject: RE: How to test connection pooling Hi

How to test connection pooling

2005-11-29 Thread Manisha Sathe
I am on tomcat 4.1 I am using JDBC connection pooling for MSSQL and singleton class for JNDI lookup (only once) and get connection. Everything is working file. But how to test that connection pool for 10 (where initial size specified is 10) has been created ? I know for mysql it is 'show

RE: How to test connection pooling

2005-11-29 Thread Lucuk, Pete
-Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:45 AM To: users@tomcat.apache.org Subject: How to test connection pooling I am on tomcat 4.1 I am using JDBC connection pooling for MSSQL and singleton class for JNDI lookup (only once

RE: How to test connection pooling

2005-11-29 Thread andy gordon
Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:45 AM To: users@tomcat.apache.org Subject: How to test connection pooling I am on tomcat 4.1 I am using JDBC connection pooling for MSSQL and singleton class for JNDI lookup (only once) and get connection. Everything

RE: How to test connection pooling

2005-11-29 Thread 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 behaviour. I could figure out how to check number of conections on MSSQL