[ 
https://issues.apache.org/jira/browse/TOMEE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526392#comment-13526392
 ] 

Dmitry Volkov commented on TOMEE-609:
-------------------------------------

Yes, I have read these docs. /docs/cluster-howto.html states: 

Simply add <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/> 
to your <Engine> or your <Host> element to enable clustering. 
Using the above configuration will enable all-to-all session replication using 
the DeltaManager to replicate session deltas. 

I have tested the same application and the same configuration in tomcat 7.0.29 
(not TomEE) and it has worked as expected. 
                
> Session replication is not working
> ----------------------------------
>
>                 Key: TOMEE-609
>                 URL: https://issues.apache.org/jira/browse/TOMEE-609
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>         Environment: Windows 7, Windows Server 2008, java version "1.6.0_21"
>            Reporter: Dmitry Volkov
>         Attachments: effective-web.xml, example.war
>
>
> 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. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to