module_path
module_path = shared-library-directory
where shared-library-directory is the absolute path to the directory containing any library the server is dependent on. This may include TIBCO FTL or Rendezvous libraries, as well as OpenSSL or the JVM.
You can specify multiple directories (for example, to load both TIBCO FTL and Rendezvous libraries). Separate paths using a colon (:) on UNIX platforms, or semicolon (;) on Windows platforms.
For example:
module_path = c:\tibco\ftl\6.6\bin
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.