Indeed it does... Ensure that the name of the TC server in your workers.properties files are the same and bingo !
as the session ID leaves mod_jk the session ID has the abbreviated name of the TC server appended to it so that mod_jk knows where it's going ! D Vjeran Marcinko wrote: > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, February 13, 2002 9:28 PM > Subject: Re: Tomcat and Apache load-balancing ? > > > On Wed, Feb 13, 2002 at 01:00:31PM +0100, Vjeran Marcinko wrote: > > > > It should work as long as the load-balancer for the apache's has session > > afinity. That is, if the load-balancer can spot out going sessions and > > direct any request with that session id to the apache that created it. > > > > Each tomcat will only be able to be served by a single apache. > > But I thought I've read somewhere that mod_jk is responsible for > determining which Tomcat instance is to be picked based upon request's > session ID ? Or, was I wrong ? > > -Vjeran > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
