|
||
Server display name |
Some descriptive name displayed to the users. |
Server code name |
Code name of the server that will be used in the server's configuration file. |
Server root URL |
The URL of the root of the website, such as http://192.168.1.2/KenticoCMS The Check Server availability button () checks if the server with the entered URL is available and displays the result. |
Server enabled |
If checked, web farm synchronization will be enabled for the server. |
Please note that you need to update the web.config file on each server and add the following keys into the /configuration/appSettings section:
<add key="CMSWebFarmServerName" value="Server code name" /> <add key="CMSWebFarmEnabled" value="true" /> |
More resources can be found in:
•Developer's Guide -> Modules -> Web farm synchronization -> Overview
•Developer's Guide -> Modules -> Web farm synchronization -> Defining web farm servers