I can solve the problem when I use more than loadbalancer.
A lot of requests come our system so we use loadbalancer. But I want to
send requests to specific nodes.

Is not there any way while using one loadbalancer ?


On Mon, Dec 3, 2012 at 11:57 AM, chris derham <ch...@derham.me.uk> wrote:

> > 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