Monday, 19 September 2016

Promoting the Content to multiple Estore Instances.

Cluster Setup for promoting the Content to multiple Estore Instances.

Go to C:\Endeca\Apps\ATGen\config\script\LiveDgraphCluster.xml

You can see the Instances of the Estore There.LiveAppServerCluster is called internally during the Promote Content.

Change the Below one

You have to Register the Clusters you are going to Define in App Servers.

<!--
  ########################################################################
  # App Server Clusters
  #
  -->
  <app-server-cluster id="LiveAppServerCluster">
  <app-server ref="LiveCRS" />
  <app-server ref="LiveATG" />
  </app-server-cluster>

Provide the Different Port & host for the multiple App Servers

  <!--
  ########################################################################
  # App Servers
  #
  -->
  <app-server id="LiveCRS" hostName="localhost" port="7008">
  <web-app ref="CRSWebApp1" />
  </app-server>
 <app-server id="LiveATG" hostName="localhost" port="7003">
  <web-app ref="CRSWebApp1" />
  </app-server>

This is by Default Pointing to the Assembler Admin
  <!--
  ########################################################################
  # Web Applications
  #
  -->

  <web-app id="CRSWebApp1" contextPath="/dyn/admin/assemblerAdmin"/>

No comments:
Write comments