All Change Logs

To monitor all change logs the Change Log Daemon can access, enter the URL of the Content Store's web service entry point:

urls=http://localhost:8080/webservice/escenic/index.xml

The Change Log Daemon will retrieve the change log URLs from this document and monitor all of them using the properties specified in the rest of the configuration file.

You can restrict the type(s) of change logs listened to by specifying the types property. To only listen to the publication and publication-structure change logs, for example, you would specify:

urls=http://localhost:8080/webservice/escenic/index.xml
types=publication,publication-structure