Module Path

Specifies the absolute path to a 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:

c:\tibco\ss\bin\i86_w32

Note: When deploying EMS 8.3.0 transports for TIBCO FTL or Rendezvous, you must configure the Module Path property 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 4.2.0
  • Rendezvous releases prior to 8.4.5
Note: The Module Path property is also used on AIX platform installations to load the IBM JVM. Specify the directory containing the libjvm.so and its dependent libraries.

Classic Configuration

The module path is set using the module_path property in the tibemsd.conf file. For example:

module_path = c:\tibco\ss\bin\i86_w32

Administration Tool

This property cannot be set using the administration tool.