Re: HttpSessionListener session listener in tomcat cluster

2008-07-31 Thread Filip Hanik - Dev Lists
not at all, it just mean your HttpSessionListeners and HttpSessionAttributeListeners wont be invoked on the other servers also, you could work around the problems in another way, track logins differently Filip Pavan Singaraju wrote: If we set the "notifyListenersOnReplication" to false, will

Re: HttpSessionListener session listener in tomcat cluster

2008-07-30 Thread Pavan Singaraju
If we set the "notifyListenersOnReplication" to false, will it not cause problem if there is a load balancer at work? -- Pavan Kumar Singaraju On Wed, Jul 30, 2008 at 6:59 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED] > wrote: > Madonesa sanjaya wrote: > >> Hi, >> I have deployed my application

Re: HttpSessionListener session listener in tomcat cluster

2008-07-30 Thread Filip Hanik - Dev Lists
Madonesa sanjaya wrote: Hi, I have deployed my application on a clustered environment and used session created event to monitor the number of users login to each machine (Using SNMP MIB counters). But once a user is login to one machine counter gets updated in every machine. I believe this is du

HttpSessionListener session listener in tomcat cluster

2008-07-29 Thread Madonesa sanjaya
Hi, I have deployed my application on a clustered environment and used session created event to monitor the number of users login to each machine (Using SNMP MIB counters). But once a user is login to one machine counter gets updated in every machine. I believe this is due to session replication.