Question
session replication not work in CF10 cluster set up
I would like to confirm session replication working in CF10 cluster set up.
First, I am using 30-days trial version (just installed for one or two days). If cluster will not work with 30-days trial version, then we could stop here.
First, I am using 30-days trial version (just installed for one or two days). If cluster will not work with 30-days trial version, then we could stop here.
After following the instruction at
I could see log entries like
"INFO: Replication member added:org.apache.catalina.tribes.membership.MemberImpl... "
To me, the node was recognized within cluster at this point.
<a href="http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf363c31-7ffa.html">http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf363c31-7ffa.html</a>, with J2EE session enable and distributable existed in web.xml,
I could see log entries like
"INFO: Replication member added:org.apache.catalina.tribes.membership.MemberImpl... "
To me, the node was recognized within cluster at this point.
Next, I would like to confirm session replicated as well. I used sample at
<a href="http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7c30.html">http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7c30.html</a>, but I do not see any log entries regarding session being replicated. When I set up a separated tomcat 6 cluster and used the sample at
<a href="http://blogs.agilefaqs.com/wp-content/uploads/2009/11/session.jsp">http://blogs.agilefaqs.com/wp-content/uploads/2009/11/session.jsp</a>, I could see something like
"INFO: SessionListener: attributeAdded …"
I would expect CF 10 will have something the same since CF 10 is using tomcat as well. I tried the same jsp using with a quick cfm code at CF 10 cluster, still could NOT confirm the session replication.
