Environment Variables - trillium_quality - 17.2

Trillium TS Web Services Developer Guide

Product type
Software
Product family
Trillium
Product
Trillium > Trillium Quality
Version
17.2
Language
English
Product name
Trillium Quality
Title
Trillium TS Web Services Developer Guide
First publish date
2008
Last updated
2024-02-07
Published on
2024-02-07T07:49:45.774952

During installation, several environment variables must be set. On Linux systems, these variables must be manually set. On Windows systems, these variables are set by the install; you can change them using the Tomcat 8W tool, located in the Tomcat/bin directory.

When troubleshooting, ensure that these variables are correctly set:

  • JAVA_HOME (optional)
  • JRE_HOME (required)
  • TOMCAT_HOME/CATALINA_HOME (required if started by service/daemon or outside Tomcat_dir\bin\startup)

The following Trillium settings are also required:

  • PATH The path to the Trillium Software bin directory
  • LD_LIBRARY_PATH The path to the shared library
  • TRILLDIRADDR The name of the host or IP address (in dotted decimal format) of the node on which the Director listens.
  • TRILLDIRPORT The port on which the Director listens for incoming requests.

On Windows the default values for the variables are:

  • JRE_HOME:

    C:\Program Files\Trillium Software\MBSW\17\jre

  • CATALINA_HOME:

    C:\Program Files\Trillium Software\MBSW\17\tsq\Software\apache-tomcat

  • TS_QUALITY:

    C:\Program Files\Trillium Software\MBSW\17\tsq\SoftwarePATH:%JRE_HOME%\bin; %CATALINA_HOME%\bin;%TS_QUALITY%\bin;%PATH%
On Linux the default values are:
  • JRE_HOME:

    installed Path/server/metabase/Jre

  • CATALINA_HOME:

    installed Path/server/metabase/Apache_Tomcat

  • TS_QUALITY:

    installed Path/server/tsq/Software

  • PATH:

    $JRE_HOME/bin:$CATALINA_HOME/bin:$TS_QUALITY/bin:$PATH%