On 06.11.2010 14:00, Rainer Jung wrote:
On 06.11.2010 12:57, Tim Funk wrote:
When running mod_jk with sticky session, but not using tomcat clustering
... Will adding a new version append the version number to the end of
the session cookie AFTER the engineId (used by mod_jk for determining
where to route the request)

Tried it and the jvmRoute comes last. Since it is likely that people put
dots into the webappVersion, I'll add a loop to mod_jk that keeps
looking for dots if it can't match the worker name to something it knows.

Added in r1032065. Needs testing though. It should loop through all the dot separated suffixes until it finds one that fits the name of an LB member.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to