Hmmm, after digging through some more of the docs, it looks like the
inprocess workers aren't available for Apache. Is this correct?

But I'm still curious. would the setup I outlined work on a server on which
the inprocess workers are supported?


George.

----- Original Message -----
From: "George McKinney" <[EMAIL PROTECTED]>
To: "Tomcat User" <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 7:46 PM
Subject: load balancing with in-process workers in 3.3.1


> Under Tomcat 3.3.1 on linux, is it possible/reasonable to have multiple
> in-process workers and use a loadbalancing worker with them?
>
> I'd like to set up workers inprocess1 and inprocess2
> have them load balanced by worker loadbalancer
>
> If I'm deciphering the docs correctly, the mod_jk.conf file would include
> something similar to:
>
> JkMount  /servlet/* loadbalancer
>
> and I would setup workers.properties with (in addition to the inprocess
> specific properties):
>
> worker.list=loadbalancer
> ...
> worker.loadbalancer.balanced_workers=inprocess1, inprocess2
>
> Thanks,
>
> George McKinney
> [EMAIL PROTECTED]
>
> =========================================================
> An experienced developer knows that it is seldom wise to
> prefix a demonstration with anything more predictive than
> "Watch this" - unless there is a good test suite in place.
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


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

Reply via email to