|
Answer» STEPS involved in replication:
- The author requests that certain content be published (ACTIVATED); this can be initiated by a manual request, or by automatic triggers which have been preconfigured.
- The request is passed to the appropriate default replication agent; an environment can have several default agents which will ALWAYS be selected for such actions.
- The replication agent “packages” the content and PLACES it in the replication queue.
- The content is lifted from the queue and transported to the PUBLISH environment using the configured protocol; usually this is HTTP.
- A servlet in the publish environment receives the request and publishes the received content; the default servlet is http://localhost:4503/bin/receive.
Steps involved in replication:
|