>> Or does the DeltaManager replicate to all nodes? > > It does, but the issue is one of timing. The main problematic area is > the user agent being directed to another node before the session data > has replicated. This can be avoided by configuring sync replication > (which slows things down since the response does not complete until the > replication has completed). >
I figured out our issue today. Our servers are multi-honed and the multi-cast routing was slightly different on different nodes, so they weren't discovering each other. Explicitly specifying the interface to bind to in the Membership configuration solved the issue. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org