Page 1 of 1

Tomcat6 JDBC Session Manager

Posted: Tue May 07, 2013 6:06 am
by kja
Hi,

We ae using 2 load balanced Tomcat6 servers (running both the broadleaf shop and admin webapps) using a single shared JDBC session store to provide resiliance.

The shop webapp appears to function as expected, but the Admin webapp forcibly logs off users after a few clicks, we assume as a result of the load balancer switching user session between the two tomcat6 instances. The admin webapp works as accepted when we disable load balancing.

Can anyone provide any advice on what we might be doing wrong? Has anyone successfully implemented a similar configuration in the past? Is this type of deployment even supported by the admin webapp?

cheers, Kevin.