• New Feature
  • Status: Closed
  • 1 Critical
  • Resolution: Fixed
  • hhuynh
  • Reporter: ryan
  • June 13, 2007
  • 0
  • Watchers: 1
  • July 06, 2007
  • June 27, 2007

Description

I have a clustered session setup using tomcat 5.5, terracotta 2.4-stable0, and wicket 1.3. If I hit tomcat directly using localhost:8083 and localhost:8084 the clustering setup works perfect. However if I put apache in front of the mix and use mod jk to round robin load balance between the two servers (using tomcat’s mod jk connector) the clustering does not appear to happen at all (session attributes are not shared).

Comments

Steve Harris 2007-06-13

Can you check this out or work with alex or hung to get them to check it out

Fiona OShea 2007-06-25

Please add workaround to the issue

Tim Eck 2007-06-27

As of revision 4045 in terracotta 2.4, the jvmRoute from tomcat’s configuration (if defined) will be placed in session identifier. This is what mod_jk is expecting.

Fiona OShea 2007-06-28

Please verify that this is fixed