RE: WAR Deployment before starting the cluster

2010-10-01 Thread Romain Petit
node. Thx. Romain -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, October 01, 2010 11:48 AM To: Tomcat Users List Subject: Re: WAR Deployment before starting the cluster -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Romain, On 10/1

Re: WAR Deployment before starting the cluster

2010-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Romain, On 10/1/2010 10:06 AM, Romain Petit wrote: > My HttpSessionBindingListener was not notified because the session > replicated were deserialized, there were no attributes binding. > > So to get notified a session is replicated on a new server y

RE: WAR Deployment before starting the cluster

2010-10-01 Thread Romain Petit
: 'users@tomcat.apache.org' Subject: WAR Deployment before starting the cluster Hello, We have 2 tomcat servers in cluster with session sharing and notifyListenersOnReplication=true. The application deployed uses a HttpSessionBindingListener to be aware of the number of licenses

WAR Deployment before starting the cluster

2010-09-27 Thread Romain Petit
Hello, We have 2 tomcat servers in cluster with session sharing and notifyListenersOnReplication=true. The application deployed uses a HttpSessionBindingListener to be aware of the number of licenses used by a user on the 2 servers. This configuration works great when the 2 servers are