Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
-
None
-
Windows 7, Windows Server 2008, java version "1.6.0_21"
Description
Session is not replicated with standart Cluster configuration:
<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>
The application has <distributable/> tag in web.xml, but it is absent in effective web.xml. (logEffectiveWebXml="true")
Cluster members can find eachother, session is created, but there is no session backup on another member. I have checked it with "manager" application.
Replication in the same application with same configuration deployed under tomcat 7.0.29 works as expected.