How do I create a Passive/Active Applications Cluster on IBM WebSphere Liberty Profile?
From what I gather, in respect of Tomcat, a cluster relies on:
- mod_jk module
- Class org.apache.catalina.ha.tcp.SimpleTcpCluster
- org.apache.catalina.tribes.group...
So, what about IBM WebSphere Liberty Profile? How can a cluster can be deployed in a scenario with 2 different LPARs and one unique Virtual IP Address?
Thank you for helping.