Configuring AEM Standby Instance
I am working on configuring AEM Author Standby instance using AEM 6.2. The OS is RHEL 7.1
I am using Tark MK as storage and i plan to set up two Authors, one active and the other as a cold standby.
I am following instructions from the Adobe's documentation on this url.
- My first question here is : Do the Author Primary and Standby run on the same port (eg 4502) or should i configure the start up scripts for both of them on different ports like:
- Primary Author -> Working on 4502
- Standby Author -> Working on 4507
I also see in the adobe documentation that the primary author needs to be configured with an additional run mode (“primary”), which makes it LISTEN on TCP port 8023. Is the assumption correct that this is different from the 4502 http port on which the primary author is running?
Any help on this will be greatly appreciated.