JBoss.orgCommunity Documentation

LiveLinkManagerService

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 /core/core-configuration/src/main/webapp/WEB-INF/conf/wcm-core/wcm-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="http"/>
            <property name="hostName" value="localhost"/>
            <property name="port" value="8080"/>
        </properties-param>
    </init-params>
</component>

Details:

Properties-param Property name Type Value Description
server.config

scheme

hostName

port

http/https

String

The port number

http

localhost

8080

All the property names are used together to configure the server. Here is an example about the server configuration: http//:localhost:8080.