By Date: <-- -->
By Thread: <-- -->

tomat5 / sticky sessions / missing route?



Hi Daniel,
	I recently setup some similar architecture and documentation for
tomcat mod-jk integration with proper sticky sessions is very poor. I am not
that familiar with the jk logs but do know I had to do the following to get
sticky sessions to work:

Think your problem may be with only one "jvmRoute" configured correctly?
i.e.

On your host 172.26.19.16 edit tomcats server.xml, add/update the jvmRoute
attribute to be the name of the worker pointing at this tomcat, e.g.

<Engine name="Catalina" .... jvmRoute="tomcatlb1">

On host 172.26.19.17, set it as :
<Engine name="Catalina" ....  jvmRoute="tomcatlb2">