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 started at the
same moment.

 

The problem is: 

if one server restart, all the sessions will be replicated before the
war is deployed so the listener, which is at an application level, will
not be notified.

 

Is it possible to deploy a war before starting the cluster service?

 

Thanks,

 

Romain

Reply via email to