How does the web farm module need to be set up? Do I just have 1 instance of the site manager running on a single machine and set up the others with the web.config line:
<add key="CMSWebFarmServerName" value="server1" />
and configure the site manager with all the other machine names?
Also, what is the best way to verify that it is working?
Thanks.