In most of the cases, we will have
1)only one worker defined of type 'lb' (Loadbalancer)
2)we will have multiple member workers (target application server instances defined)
3)We will map those target workers with defined load balancer with
the attribute worker..balance_workers= worker1,worker2
The following are the queries.
1)Is it possible to have multiple load balancers defined in the same modjk config file and have different set of target workers associated with those workers.
2) Is it possible to define the Load balancing mechanism at application level ( different lb factor approach for different kind of application ( having different application context but running on the same worker node).? If it is possible, how can we configure that?
3) Is there any way to set time out for those requests which may take longer time intervals to send response back?