Greg Dick wrote:
> Hi,
> 
> I know that for typical web applications one of these approaches is
> generally enough to achieve load balancing across nodes in a cluster,
> but we here with an ICEfaces application would find it useful to do
> both. Session duplication to ensure the spreading around of session
> information, and sticky sessions to ensure all the blocking web
> connections from a single user get directed to the same node, until that
> node fails. An asynchronous ICEfaces application can have two
> connections to a server from a browser at the same time and it wont do
> to have these load balanced to separate nodes of the cluster.
> Various sorts of documentation hint that these operations are mutually
> exclusive and we have found that it doesn't work in practice but we just
> wanted to find if someone could either confirm that this is not
> supported, or that we have our configuration wrong/understanding
> botched, or something.

Sticky sessions and session replication can be used at the same time. There
is no reason why they should not work. They do for me.

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to