One of my problems with clustering are:
Szenario: - three domains of cluster with two or three tomcat nodes - have more then one application at this cluster - all nodes server the same application set - sticky session on
Goal - restart an application at single node
Probleme
- How can configure that lb stop traffic for a spezial worker/node and for an single application?
my idea: config via uriworkermap.properties
-/myapps/*=node1 or -/myapps/*=loadbalancer.node1 /myapps/*=loadbalancer
- Disable worker stop only the traffic for new session requests, but not for all requests.
new worker config
worker.node1.active=false
( The semantic of disable is a little bit strange for Sticky Session mode)
Peter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]