Bernhard Erdmann wrote:
running Apache 2.0.47 / mod_jk2 2.0.2 / Tomcat 4.1.24 on RedHat Linux 8.0 with two instances of Tomcat having an identical webapps tree.

The "second" servlet engine never gets as many sessions as the "first" servlet engine. I wrote a script to record the session counter available from http://localhost:portno/manager/list.

How does mod_jk2 deliver the requests to the servlet engines?

Unfortunately, this is a known problem as different Apache processes do not share load information (as I understand it). Only workaround at this time is to adjust the lbfactor until you see the load distributed as expected.


-Dave


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



Reply via email to