----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, February 10, 2002 10:35 PM Subject: Re: Load balancing app context ?
> What you describe is what TC4.0.2 + mod_jk + apache does. You assign a unique > jvmRoute to each of you tomcats and mod_jk does the rest. > > Also note that any attributes assigned to a session can only be > available in one VM. OK, but mod_jk will take care that client is redirect to exact JVM where the right session object resides, right ? But is this whole web-app context thing funny ? I mean, let's say you are developer who read JSP user guide, and you learnt that you should use 'application' (ServletContext) object if you want to store data available to all servlet in that web-app ...And let's say you spent few months developing some web-app based on that assumption, and suddenly, suprise, it doesn't work in load-balancing case, which is normally used for every serious level trafic site ? Thanx, Vjeran -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
