I can just answer one question of yours: 'How do these sticky sessions work anyway'
Tomcat appends a engine specific postfix to the session id. (That's why you have to define a jvmroute in the engine tag) An incoming request is balanced depending on the included postfix of the session id. (Under mod_jk there is a mapping between jvmroute and the name of the worker) > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, March 08, 2004 1:16 PM > To: [EMAIL PROTECTED] > Subject: AW: IIS + Tomcat 4.1.x + Load Balancing with session affinity > ("sticky" sessions) possible ? > > How do these sticky sessions work anyway ? Is there a docu or > will I have to go through the source ? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
