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, Rendezvous, or SmartSockets 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\ss\bin\i86_w32\amd64
Note: When deploying EMS 8.3, 8.4, and 8.5 transports for older versions of TIBCO FTL or Rendezvous, you must configure the module_path parameter to include the path to the EMS libraries before the FTL and Rendezvous libraries. This is the case when working with transports for:
  • TIBCO FTL 4.3.0 and FTL 4.2.0
  • TIBCO Rendezvous 8.4.4 and earlier

This is not necessary when configuring transports for TIBCO FTL 5.0.0 or later.

Note: The module_path parameter is also used on AIX platform installations to load the IBM JVM. Specify the directories containing the libjvm.so and its dependent libraries.