I am working on setting up a deployment with two application servers, each containing a client and middleware component. Similar to your “stage 4” deployment except we didn’t separate client and middleware servers.
I have enabled cross middleware communication using the cluster options described in your documentation and I can see user sessions across application servers in the User Sessions screen so I think this is working as expected, however when doing fail over testing I have found that the user is forced to re-login and the user session is not persisted across application servers.
Is this expected with my setup? I was expecting session persistence. How can I confirm my communication via JGroups is working as expected, is seeing user sessions in the user session log across application servers enough?
Thank you,
Corey Amoruso