Change Link Service URL

If the Tiny Editor Services are not running on the same server as HCL Connections™, the link service URL is required.

Before you begin

Before you begin: The Tiny Editors Services must be installed.

Procedure

  1. Using a plain text editor, open config/config.js in the extracted Tiny Editors for HCL Connections package.
  2. Locate the property linkServiceUrl such as linkServiceUrl: '', and change the string to the hyperlinking service URL.
    Tip: If the Tiny Editors Services are running on the same server as HCL Connections, leave the linkServiceUrl as an empty string ('') to automatically generate the URL.
    Tip: The default location of the linkServiceUrl is: https://host-and-port/tiny-hyperlinking/.
    Figure 1: Configuration to connect to services on services.example.com port 443
    linkServiceUrl: 'https://services.example.com/tiny-hyperlinking/',
  3. Continue configuring the Tiny Editors integration or continue with the installation.