Thanks a lot for the whole explanation.
Let me plesase summarise to clear my understanding.
So it all means that if sticky_session is true, then a session started
in one machine will be routed to the same tomcat server always
whatever the load factor is set. And for any other new sessions being
cr
Mladen Turk wrote:
Rainer Jung wrote:
If there is no such worker, or the worker is nor usable, the request
is handled like it wouldn't have a route in the session id, or no
session at all.
Also if there is directive sticky_session_force=true
and the worker is not usable then the 503 is retu
Rainer Jung wrote:
If there is no such worker, or the worker is
nor usable, the request is handled like it wouldn't have a route in the
session id, or no session at all.
Also if there is directive sticky_session_force=true
and the worker is not usable then the 503 is returned to the user.
J
Shiby Maria John wrote:
I was getting confused with setting the load balancer to be
sticky_session and setting of lbfactor together.
By session, i meant new sessions being created in the server.
Are they mutually exclusive ?
sticky_session: if a request carries a session id, either via JSESSION
I was getting confused with setting the load balancer to be
sticky_session and setting of lbfactor together.
By session, i meant new sessions being created in the server.
Are they mutually exclusive ?
Can you please explain the effect of setting both those values along
with method=R.
Please clarif
Hi Shiby,
Shiby Maria John schrieb:
Hi,
This is my worker.properties for Apache server for clustering 3
instances of Tomcat in my machine.
# The advanced router LB worker
worker.list=router
# Define a worker using ajp13
worker.worker1.port=8009
worker.worker1.host=localhost
worker.worker1.typ
Hi,
This is my worker.properties for Apache server for clustering 3
instances of Tomcat in my machine.
# The advanced router LB worker
worker.list=router
# Define a worker using ajp13
worker.worker1.port=8009
worker.worker1.host=localhost
worker.worker1.type=ajp13
worker.worker1.lbfactor=1
# D