Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • John Cruz 4 posts 24 karma points
    Aug 23, 2012 @ 05:51
    John Cruz
    0

    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

  • John Cruz 4 posts 24 karma points
    Sep 11, 2012 @ 01:42
    John Cruz
    0

    The problem here is permission related because it cannot call the local web service.

Please Sign in or register to post replies

Write your reply to:

Draft