Details
Description
I am actually trying to deploy my Jetspeed portal in a Clustered environment which I have created using Websphere 6.1.0.3.
All together I have created four clones on two nodes. If just keep one clone running at a time, our application works
fine. But if we bring more than one clone up at a time, for every action the application is redirected to the login page
for authentication. Which means that the session is lost for every new request or the same is not getting replicated between all the clones.
For session replication I am using memory to memory replication technique provided by webshere. The clustered environment is working fine as the same is tested with a simple J2ee application. But when it comes to Jetspeed, sesssion management is not happening in a proper way.
I am really not sure, what's causing this.