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: The Tiny Editors Services must be installed.
-
Using a plain text editor, open customization_path/javascript/tiny/editors/connections/config.js.
Note: Use a plain text editor to avoid inserting invalid formatting or symbols into config.js. Do not use a rich text editor such as Microsoft Word for editing configuration files.
-
Locate the property
linkServiceUrl
such aslinkServiceUrl: '',
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/.linkServiceUrl: 'https://services.example.com/tiny-hyperlinking/',
-
When you have finished making configuration changes, follow the post-customization steps to ensure the server cache is updated.
Note: If the configuration changes do not take affect, restart the Common enterprise application to force a cache update.
Parent topic:Modifying Tiny Editors for HCL Connections