Are you sure ?

Harsimranjit singh Kler wrote:
...

—–
worker.properities
——————–
worker.list=balancer          <----- that's fine

#For tomcat 1
worker.list=worker1           <--- but what is that one doing here ? ...
#worker.worker1.domain=worker1
worker.worker1.type=ajp13
worker.worker1.host=
worker.worker1.port=8009
worker.worker1.lbfactor=1
.
..

.....


worker.balancer.type=lb
worker.balancer.balance_workers=worker1,worker2,worker3  <-- ...considering this

worker.balancer.local_worker_only=1           <---- and what is this ?
worker.balancer.sticky_session=1



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to