Enabling Remote Indexing
To enable remote indexing, modify the configuration of the SynchronizationInvoker component on the ATG Content Administration Machine,so that it points
to a SynchronizationInvoker component on the remote system, and configure the remote SynchronizationInvoker to point to aLocalSynchronizationInvoker on the remote system:
Below is the Component in BCC machine
/atg/search/SynchronizationInvoker.properties
localSynchronizationInvoker^=/Constants.null
port=3074
host=beta.auxprod.com
Where host is the remote machine where indexing has to be triggerd. Port is the RMI port of the Remote Machine where Indexing has to be triggered.
On the remote system, ensure that the SynchronizationInvoker.localSynchronizationInvoker property is set to null
Below is the component in the Auxillary Machine point the Component to the Same Machine with respect to the Synchronizationinvoker
/atg/search/SynchronizationInvoker.properties
port=3074
host=beta.auxprod.com
No comments:
Write comments