Running the TIBCO Patterns Java Embedded Server

The TIBCO Patterns Java Embedded Server is delivered as a relocatable library. The library is delivered in the same bin directory as the standard server executable.

The library name is platform-specific.

For Windows:

TIB_tps_embedded.dll

For Linux:

libTIB_tps_embedded.so

This library is platform specific. Only the Linux and Windows platforms are supported. The library is also built to work with a 64-bit Java Virtual Machine (Java command). The library cannot be used with a 32-bit JVM.

The library may be copied to any convenient location for use in your application. To use the embedded server, the application must specify the full path to this relocatable library in the initialization call. For details, see the NetricsEmbedded and NetricsEmbeddedSettings classes in the Java API documentation.