scenario:
running 1 apache, 2 tomcats, mod_Jk using load balancing.
This all works fine but requests from the client always go to the same
tomcat that the original request went to (sticky sessions).
I would prefer them to go to tomcats at random.  I think this is to do with
the cookie/ URL set by tomcat causing the same tomcat to be used.
A solution would be to change the session tracking in the tomcat source
code and recompiling it, but this may cause problems in future releases.
Anyone got any simpler solutions.

Thanks in advance

Reply via email to