Hi,
I just made some tests with Mod JK2 version 2.0.43 on windows.
My loadbalancing is working fine, but I want to disable sticky sessions.
The documentation states, that 'stickySession' is a valid property of a
loadbalancer definition
and defaults to 1.
So I changed worker2.properties this way :
[lb:loadbalancer]
stickySession=0
Nevertheless sessios are still sticky.
I have to comment out the tomcatId properties to finally disable sticky
sessions:
[ajp13:localhost:11020]
channel=channel.socket:localhost:11020
#tomcatId=tomcat1
I scanned mod_jk2-2.0.43.dll for 'sticky' just to ensure, that the property
name is correct
( for example it was 'sticky_session' in jk1).
But I can't find it all, whereas I can find all the other property names for
a loadbalancer!?
Could somebody please check, that this feature is really present in source
code?
Thanks
Achim
--
+++ GMX - die erste Adresse f�r Mail, Message, More +++
Neu: Preissenkung f�r MMS und FreeMMS! http://www.gmx.net
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)