I have 2 servers-server1 and server2 load balanced using the File share system.
While doing a transfer and publish from the staging environment, the data is updated in the prod file share system, but in one of the servers the page is not published. My courier.config in the staging environment is configured as shown,
Courier 1.x uses umbracos standard api to do publishing so you can use umbracos normal loadbalancing setup.
This is done in the config/umbracosettings.config file where you can configure sites to be pinged on content updates, like you normally would using umbraco loadbalancing-
Courier 1.2 and Load Balancing
I have 2 servers-server1 and server2 load balanced using the File share system.
While doing a transfer and publish from the staging environment, the data is updated in the prod file share system, but in one of the servers the page is not published. My courier.config in the staging environment is configured as shown,
<servers>
<server alias="Prod" addToContextMenu="true">server1/</server>
<server alias="Prod" addToContextMenu="true">server2/</server>
</servers>
Usually it is published in server1 and not in server2 and I will have to go publish it on this server.
Any thoughts on this...is this shortfall of courier 1.2 or does this have somethig to do with my setting in the one of the config files.
Hi
Courier 1.x uses umbracos standard api to do publishing so you can use umbracos normal loadbalancing setup.
This is done in the config/umbracosettings.config file where you can configure sites to be pinged on content updates, like you normally would using umbraco loadbalancing-
Videos:
http://umbraco.com/help-and-support/video-tutorials/umbraco-fundamentals/load-balancing
is working on a reply...