Hi All - we are planning to setup CMS cluster. We already have everything installed (1 tomcat/1 CMS etc). Now we want to add another CMS as a cluster. Looking at guides it seems an easy task, however i have following concern.
When users login they get a login page which shows the CMS information cmsmachine1:6400 that users chose to login. After adding another CMS as a cluster, users can login to either cmsmachine1:6400 or cmsmachine2:6400. On the login prompt is this information automatically populated or will need to be manually populated by the user?i.e will the tomcat automatically load balance to one of the CMS or it needs to be configured somewhere? is it possible to hide this information altogether and let tomcat chose the least used node to login?