Enable Syndication

The following parameters must be set in the aptrixjpe.properties file to enable syndication.

  • deployment.itemDispatcherUrl=http://HOST:PORT/wps/wcm/connect?MOD=ItemDispatcher
    deployment.syndicatorUrl=http://HOST:PORT/wps/wcm/connect?MOD=Synd
    deployment.subscriberUrl=http://HOST:PORT/wps/wcm/connect?MOD=Subs

    These URLs point to where to the connect servlet is located (Used to call the appropriate business logic.) These settings apply to this server only regardless of whether this server is acting as a Subscriber or Syndicator.

    Never use "localhost" in the URLs. Use the full name or IP address. (You may need to use the IP Address rather than the domain name.). include the port of your appserver. The default port is 9080.

  • deployment.itemChangedTaskDelay=

    This sets the recurring task interval (in seconds) for the item changed task. This setting affects how quickly syndication updates are sent to the subscribers. The shorter the interval, the faster the update can be sent, however, it does affect performance and servers with large amounts of data may wish to increase this figure. (E.g., 90)

    Once a system has settled down (i.e. the item changed task started and no documents have been added, updated, or deleted since its last run), then any required syndication updates will be sent to the syndication application.

  • deployment.subscriberOnly=

    Set this value to true if this Web Content Management instance is only going to be subscribed to. By default, this has a value of false If it is set to true, then all item gatherers will be deleted and the item changed task will not be added to the scheduler. This will give greater performance and is recommended for production machines that only subscribe.

  • deployment.recentSyndicatorErrorsSize=

    The number of recent syndication related errors to store for each syndicator.

  • deployment.recentSyndicatorDocumentErrorsSize=

    The number of recent document related syndication errors to store for each syndicator.

  • deployment.recentSubscriberErrorsSize=

    The number of recent syndication related errors to store for each subscriber.

  • deployment.recentSubscriberDocumentErrorsSize=

    The number of recent document related syndication errors to store for each subscriber.

Parent topic: Syndication


IBM Workplace Web Content Management - V5.1.0.1 -

 

Workplace Web Content Management is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.