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

2006-04-10 Thread Kurt Overberg
I think the most common form of load balancing (apache/tomcat) includes "sticky sessions" which means that once a user is assigned to a tomcat, all subsequent requests will go to that tomcat until the user logs out. When they log in again, they will again be assigned to a server (perhaps a dif

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

2006-04-10 Thread Filip Hanik - Dev Lists
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 web servers I am using form based Datasource Realm for authentication and authorization. Also need to consider clustering/loadbalancing of web

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

2006-04-10 Thread Farrow, Marc
ancer, most sessions 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 > Clus

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

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

2006-04-10 Thread Farrow, Marc
Depending on the load balancer, most sessions 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 web

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