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.
After following the instruction at http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea778594611 72e0811cbf363c31-7ffa.html, 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 http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859 461172e0811cbec22c24-7c30.html , 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 http://blogs.agilefaqs.com/wp-content/uploads/2009/11/session.jsp , 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.