Hello Ralph, could you please explain what you mean by that? My Apache has got the following (default?) modules:
<snip> Compiled in modules: core.c mod_win32.c mpm_winnt.c http_core.c mod_so.c </snip> So - do I need to use the mpm_worker_module instead of mpm_winnt? (OS of the server is Win XP Pro) If so - can you tell me how to do that? Just a configuration in httpd.conf? Or do I need to recompile Apache? (yes, I know how to read docs - only need some advice where to look...) Oh, and just to be sure - I'm using JK2, are you talking about that, or do you refer to JK / mod_jk? Btw - does anybody know a way how to distribute requests in a tomcat cluster according to current server load? (CPU-load, RAM-load or number of active sessions, for example ?) Many questions, I know... hope someone can give me a hint... Nicole -----Urspr�ngliche Nachricht----- Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 16. Juni 2004 12:01 An: Tomcat Users List Betreff: RE: JK2: lb_factor The quality of the distribution depends on the worker type of apache. (AFAIK only the 'worker' MPM will work) Nevertheless AFAIK the load balancing in mod_jk is not complete in this area, so I'm not shure if you will get the desired distribution (but it should be closer). > -----Original Message----- > From: Weseloh, Nicole [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 16, 2004 11:48 AM > To: [EMAIL PROTECTED] > Subject: JK2: lb_factor > > I've got a cluster with 2 tomcat 2.0.25 on different machines, on one > of them also running Apache 2.0.49 with JK2 as a loadbalancer. > Requests get redirected to both tomcat instances, but it always ends > up with around 1/3 of all requests at the local server and about 2/3 > at the remote one, no matter what value the lb_factors are. > > So, could anyone tell me which values I should use to make the > lb_factor work correctly? All information I found was that "a lower > value means more requests" (official JK2-documentation at > jakarta.apache.org). > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ------------------------------------------------------------ Diese E-Mail enth�lt vertrauliche und/oder rechtlich gesch�tzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrt�mlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
