Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
Contextual linking is used in systems where content from one site is shared across multiple sites. When content is linked into a site, embedded links (link elements and links in HTML) will reference site the original content item is located in. Contextual linking is used so that when content is linked from another site, the link will be rendered relative to the current site if possible.
Contextual content linking will attempt to resolve a link by searching for content links. Contextual content linking assumes that only one content link exists within a single Web content library. It is used if context=current or context=autofill.
Contextual content linking can be applied to elements referenced using the element tag. For example:<Element type="content" context="current" key="body" link="contextual" />
Contextual path linking will attempt to resolve a link using a relative path technique. Contextual path linking assumes that each site framework that the linked content is stored in has the same site structure.
Contextual path linking can be applied to elements referenced using the element tag. For example:<Element type="content" context="current" key="body" link="path" />
When contextual path linking is used a compatible link is searched for using the same relative path. If no link is found, a link using a similar path higher up in the site framework is searched for.
To improve the performance of contextual linking you can enable a Missed Absolute Path Cache. The Missed Absolute Path Cache functionality requires a dynamic object cache to be setup in WebSphere Application Server before it can be utilized.
Non-clustered environment
The WCMConfigService.properties file is located in the was_profile_root/PortalServer/wcm/config/ directory. You will need to restart WebSphere Portal to enable any configuration changes made to this file.
Clustered environment
The WCMConfigService.properties file is located in the was_profile_root/PortalServer/wcm/config/ directory. You will need to restart WebSphere Portal to enable any configuration changes made to this file.