Re: [Dev] Web Session Clustering / Session Replication using Hazelcast

2014-09-23 Thread Pubudu Dissanayake
On Mon, Sep 22, 2014 at 11:03 AM, Afkham Azeez az...@wso2.com wrote: Can you simply get this working using a Tomcat valve rather than a filter? Call into the Hazelcast APIs the filter calls. Take that code and make it a valve. ​ ​Hazelcast enterprise version has native web session clustering

[Dev] Web Session Clustering / Session Replication using Hazelcast

2014-09-21 Thread Pubudu Dissanayake
Hi Folks, I'm in the process of implementing 'Tomcat session replication using Caching https://redmine.wso2.com/issues/2816' [1]. But I've found a very interesting approach to achieve it out of the box using Hazelcast. Hazelcast WM allows us to cluster user http sessions automatically.

Re: [Dev] Web Session Clustering / Session Replication using Hazelcast

2014-09-21 Thread Afkham Azeez
Can you simply get this working using a Tomcat valve rather than a filter? Call into the Hazelcast APIs the filter calls. Take that code and make it a valve. Azeez On Mon, Sep 22, 2014 at 9:55 AM, Pubudu Dissanayake pubu...@wso2.com wrote: Hi Folks, I'm in the process of implementing 'Tomcat