Web session not replicated within cluster nodes
-----------------------------------------------
Key: ISPN-974
URL:
https://issues.jboss.org/browse/ISPN-974
Project: Infinispan
Issue Type: Bug
Components: Cache Server, Distributed Cache
Environment: JBOSS AS 6, INFINISPAN 4.2.0
Reporter: Roshan Pradeep
Assignee: Manik Surtani
Hi
I set the issue type as "Support Patch", this may not the suitable one for this
instance.
I will explain my cluster set up below:
* 2 Node cluster (JBOSS AS 6, Infinispan 4.2.0)
* Apache and mod_jk does the load balancing part.
My cluster is working fine and fail-over is also working (down one node and direct to the
other node).
But my session not getting replicated and generate error messages in server log. I have
attached server, boot log files for Node1 and Node2.
I have created jboss-web.xml and below it's contents.
<jboss-web
xmlns="http://www.jboss.com/xml/ns/javaee"
version="6.0">
<replication-config>
<cache-name>web/sync</cache-name>
</replication-config>
</jboss-web>
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira