Content delivery server makes your web content available to your website visitors. You can configure n number of content delivery servers for improved scalability and better performance. If you expect to have high volume of visitors or to configure servers in different geographic locations, you can arrange CD servers into clusters.
Please find the below steps to configure CD server. We have configurated 3 CD server in localhost and datasource is same but you can define different datasource.This is just showing how to configure Multiple CD server.
1.ConnectionStrings.config:
Just copy the web database connection string 3 times like the below image and name it like "web1","web2","web3". Here all the server is same but you can mention different name for true configuration of CD server for dev or preprod or for production.

Please find the below steps to configure CD server. We have configurated 3 CD server in localhost and datasource is same but you can define different datasource.This is just showing how to configure Multiple CD server.
1.ConnectionStrings.config:
Just copy the web database connection string 3 times like the below image and name it like "web1","web2","web3". Here all the server is same but you can mention different name for true configuration of CD server for dev or preprod or for production.

2.web.config:
Copy the settings section 3 times in web.config and name it "web1","web2","web3" like we have defined the name in ConnectionStrings.config file. Please see the below screenshot.
Copy the settings section 3 times in web.config and name it "web1","web2","web3" like we have defined the name in ConnectionStrings.config file. Please see the below screenshot.

3.Validation:
1. Login to Sitecore
2. Click on Database selector and you will find 3 web database like the below image.
1. Login to Sitecore
2. Click on Database selector and you will find 3 web database like the below image.
awesome
ReplyDelete