On Tue, 18 Dec 2001 [EMAIL PROTECTED] wrote:

> Date: Tue, 18 Dec 2001 14:14:10 -0800 (PST)
> From: [EMAIL PROTECTED]
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> Subject: Re: Load balancing - fail-over support with mod_webapp
>
> On Tue, 18 Dec 2001, Craig R. McClanahan wrote:
>
> > The load balancer routing from JK hasn't ever been implemented in
> > Catalina yet.  Patches welcome :-).
>
> Can we get a 'setRequest' method on Manager ? I'm trying to find
> workarounds, but that would be the simple solution.
>

In other words, a *single* "request" property for the entire Manager?
Wouldn't that have problems when you had simultaneous requests in
progress?

Same thing would happen (but on a smaller scale) if you added setRequest
on the session instead -- it's legal to have multiple simultaneous
requests.

> Again, adding support for load balancer is simple - the Manager just need
> to append the vmroute to the generated session id. How you get the session
> id is the problem - it is available in request, or it could be configured
> in server.xml if getting from the request is not possible.
>

The request (and therefore the response because they maintain mutual
references) knows what the session id is ...  is that good enough?

> ( right now I'm trying to finish jk2 asap - when I'm done I'll try again
> to fix the lb for 40 if nobody does it before )
>
> Costin
>

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to