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
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
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
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
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,
> >
> &
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
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
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