Synchronize scopes for web content
Overview
The JSR 286 web content viewer stores tagging and rating information to the portal. If information in the web content system changes, the tagging and rating information stored may become out of sync. This can happen, for example, if content items are moved or category information changes. To ensure the information is current, we synchronize the scopes used for web content.
Enable scope synchronization
- Log in to the WAS administrative console...
http://hostname.example.com:10027/ibm/console
.and click...
Resources | Resource Environment | Resource Environment Providers | WCM WCMConfigService | Additional Properties | Custom Properties | New
- Enter the property...
tagging.syndication.enableTagSynchronization=true
- Click OK, and save the changes to the master configuration.
- Restart the portal.
After enabling scope synchronization, you can set up automatic synchronization according to different conditions or perform a manual synchronization as needed.
Synchronize scopes when items change
To automatically perform scope synchronization whenever an item changes in the web content system, specify the tagging.syndication.enableItemModificationSynchronization property in the Web Content Manager configuration service.
Synchronize scopes after syndication
To automatically perform scope synchronization whenever syndication occurs, specify the tagging.syndication.enableTagSynchronization property in the Web Content Manager configuration service.
Scheduling scope synchronization
You can schedule scope synchronization to be performed at specific times by defining the schedule with the XML configuration interface.
If you have not enabled automatic synchronization of the scopes used for web content or if you want to perform synchronization outside of a scheduled synchronization period, you can manually start the synchronization process.
Parent
Manage tagging and rating for web content
Related informationSet service configuration properties