Have you guys encountered the following issues with umbraco (version 4.7) using Load Balancing setup?
When i change the content of an existing page in my umbraco website and publish it. It ONLY appears on the other web servers not on the local server where my umbraco admin is located).
When i unpublish the existing content, it still shows on all the web servers and it doesnt get unpublished at all.
all my web servers have the following umbracoSettings.config
<distributedCall
enable="true"> <user>0</user>
<servers>
<!-- add ip number or hostname, make sure that it can
be reached from all servers -->
<server>localhost</server> <!-- Not being shown in this page -->
<server>www1</server>
<server>www2</server>
</servers>
</distributedCall>
Umbraco Load Balancing
Hello Guys,
Have you guys encountered the following issues with umbraco (version 4.7) using Load Balancing setup?
When i change the content of an existing page in my umbraco website and publish it. It ONLY appears on the other web servers not on the local server where my umbraco admin is located).
When i unpublish the existing content, it still shows on all the web servers and it doesnt get unpublished at all.
all my web servers have the following umbracoSettings.config
<distributedCall enable="true">
<user>0</user>
<servers>
<!-- add ip number or hostname, make sure that it can be reached from all servers -->
<server>localhost</server> <!-- Not being shown in this page -->
<server>www1</server>
<server>www2</server>
</servers>
</distributedCall>
IIS server setup
localhost - host the umbraco admin
www1, www2 (other webservers in the web farm)
all share the same SQL database
Thanks,
John
The problem here is permission related because it cannot call the local web service.
is working on a reply...