You are looking at documentation for an older release. Not what you want? See the current release documentation.
The LiveLinkManagerService
component is used to check broken links, update links when the links are edited and extract links to return a list
of all links. The configuration of this component is found in /packaging/wcm/webapp/src/main/webapp/WEB-INF/conf/wcm-extension/wcm/system-configuration.xml
.
<component>
<key>org.exoplatform.services.wcm.link.LiveLinkManagerService</key>
<type>org.exoplatform.services.wcm.link.LiveLinkManagerServiceImpl</type>
<init-params>
<properties-param>
<name>server.config</name>
<description>server.address</description>
<property name="scheme" value="${wcm.linkmanager.scheme:http}"/>
<property name="hostName" value="${wcm.linkmanager.hostname:localhost}"/>
<property name="port" value="${wcm.linkmanager.port:8080}"/>
</properties-param>
</init-params>
</component>
Details:
Properties-param | Property name | Type | Value | Description |
---|---|---|---|---|
server.config |
|
|
| All the property names are used together to configure the server. Here is an example about the server configuration: http//:localhost:8080. |