Hi,

I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer )
I want to use only one loadbalancer. Can I set specific url after balancing
?

For example, firstly every request will go to loadbalancer.
Then if request is  /WebApp/A*.com, it will go to node1. If request
/WebApp/B*.com, it will go to node2

worker.loadbalancer.balance_workers=node1,node2.

Regards,

Reply via email to