Thanks, but that is exactly what I need to know. We can't replicate sessions coz our crap Framework can't serialize the sessions. So we depend on sticky sessions to get to the right worker. I thought the code for mod_jk and isapi redirector is quite similar or equal, apart from the interface bit, of cause. So why doesn't it work on IIS ?
How do these sticky sessions work anyway ? Is there a docu or will I have to go through the source ? -- Bj�rn Andersen > -----Urspr�ngliche Nachricht----- > Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 8. M�rz 2004 13:06 > An: Tomcat Users List > Betreff: RE: IIS + Tomcat 4.1.x + Load Balancing with session > affinity ("sticky" sessions) possible ? > > > I don't know if your suggested solution works with IIS. > > But what should work is a solution without sticky sessions. > (If that works for you depends on your application) > > You can use tomcat with session replication: > http://www.apache.org/~fhanik/ > > I'm not aware of the current state of the backport. > (The codebase of tc5 had some changes in the last weeks) > > > -----Original Message----- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 08, 2004 12:49 PM > > To: [EMAIL PROTECTED] > > Subject: IIS + Tomcat 4.1.x + Load Balancing with session affinity > > ("sticky" sessions) possible ? > > > > > > We got a small webfarm with 2 IIS & JK on a WLBS balancer. > > Behind them are two Tomcat workers on different machines. > > So we need Session affinity to > > have the JK choose the right (same) Tomcat for the session. > > > > Client (Browser) > > || > > WLBS > > / \ > > IIS & JK IIS & JK > > | \ / | > > | \/ | > > | /\ | > > Tomcat 1 Tomcat 2 > > > > It is possible and well described for Apache, like in > > http://raibledesigns.com/tomcat/ , but I can't find a Howto for IIS. > > > > Is this Possible for IIS ? > > How ? > > > > (Versions: IIS v.4, JK 1.2.5, Tomcat 4.1.24, j2sdk 1.4.2) > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
