Ralph Lange wrote:
Dear Cocoon users,
Our setup: cocon 2.1.5.1, tomcat 5.5.4, jdk 1.5.0.
In order to manage much more requests, I have installed three tomcats
connected to one apache via mod_jk's loadbalancer and on each of the
tomcats runs a cocoon.
The problem now is, when I build a session via Firefox, exactly one of
the three cocoons should serve
subsequent requests, because it should be a sticky session.
But instead the three cocoons change in serving the request.
What can I do to have a sticky session?
Yours sincerely, Ralph Lange
On Jetty, you tell each Jetty to append a key to the session ID. That
key is used by Apache to identify which server should handle subsequent
session requests. I'm sure there's an equivalent setting on Tomcat.
See:
http://wiki.apache.org/cocoon/LoadBalancingWithModProxy
Regards, Upayavira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]