RE: Tomcat 5.0 Datasource Realm and Cluster/load balance web servers

2006-04-10 Thread Manisha Sathe
ns are > replicated across the load > balancer. *shrug* > > -Original Message- > From: Manisha Sathe > [mailto:[EMAIL PROTECTED] > Sent: Monday, April 10, 2006 11:05 AM > To: Tomcat Users List > Subject: Tomcat 5.0 Datasource Realm and > Cluster/load balance

Tomcat 5.0 Datasource Realm and Cluster/load balance web servers

2006-04-10 Thread Manisha Sathe
I am using form based Datasource Realm for authentication and authorization. Also need to consider clustering/loadbalancing of web server (in this case Tomcat). In docs it is written for Realm as follows "Once a user has been authenticated, the user (and his or her associated roles) are cached wit

RE: How to test connection pooling - Resolved

2005-11-30 Thread Manisha Sathe
he. > >> > >>"create only one connection at first and then > create > >more connections > >> as needed" > >> > >> behavior and it works fine, no errors. > >> > >> Also, I am using Oracle 8i and use the Oracl

RE: How to test connection pooling

2005-11-29 Thread Manisha Sathe
he. > >> > >>"create only one connection at first and then > create > >more connections > >> as needed" > >> > >> behavior and it works fine, no errors. > >> > >> Also, I am using Oracle 8i and use the Oracl

RE: How to test connection pooling

2005-11-29 Thread Manisha Sathe
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, > > > &

RE: How to test connection pooling

2005-11-29 Thread Manisha Sathe
n. > > Took me a couple days to figure out that one > > >-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 > &g

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 process

Connection problem (Too many connections) for MySQL 4.1

2005-10-24 Thread Manisha Sathe
I am on Tomcat 5, MySQL 4.1 and using JNDI. The context xml is as follows .. factory org.apache.commons.dbcp.BasicDataSourceFactory initialSize 10 maxActive 100 maxIdle 20 minIdle 10