Hi,

I could setup JBoss cluster with 2 nodes with apache/mod_jk as front-end.
I did enabled the sticky session in mod_jk configuration.

PS: I'm using Jboss-4.2.3.GA

Now, the problem is with session replication. I couldn;t get the session 
replicated on one node failure. 
I added  tag to web.xml 
and I added the following in jboss-web.xml
<jboss-web>
    <replication-config>
        <replication-trigger>SET_AND_NON_PRIMITIVE_GET</replication-trigger>
        <replication-granularity>SESSION</replication-granularity>
    </replication-config>
</jboss-web>

Also, I enabled... 
"jvmRoute" and "UseJK" for both the nodes.

When I remove the sticky session then, teh session is replicated properly on 
both the nodes.

Any pointers would be highly appreciated.

Thanks,
Suresh



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231391#4231391

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231391
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to