Setting up Journey from HCL Link

About this task

To set up Journey follow these steps:

Procedure

  1. Go to the apps folder: <link_install>/link-context/apps.
  2. Update the journey.properties file as follows:
    1. Set the file to point to the Journey server. Ensure that a slash does not exist at the end of the URL: login_url=http:// IPADDRESS:8080/journey/api/login data_definition_url=http:// IPADDRESS:8080/journey/api/datadefinitions/point
    2. Specify Journey credentials:username=<username>password=<password>
  3. Set up the results_dir attribute with an existing folder structure (The hch-config.properties files are within the config folder in HCH installer), which is utilized for intermediate file creation.
    • For Linux docker, use /data/<any-folder>.
    • For native installation, use /root/hiprest/<any-folder>.
    • For Microsoft Windows, use C:\...\...\<any-folder>.