> I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer )
> I want to use only one loadbalancer.


Why are you using load balancing? Why do you 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
>

Why do you not just proxy these requests and skip the load balancing?

Confused

Chris

Reply via email to