Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 13 TIBCO Wrapper Utility : Using the TIBCO Wrapper Under UNIX

Using the TIBCO Wrapper Under UNIX
Some of the facilities available under Microsoft Windows are not available under UNIX because there is no Service Control Manager. However, you have the following benefits:
An application using the TIBCO Wrapper that has joined the TIBCO administration domain will autostart upon reboot by the TIBCO Administration Server.
   --propFile
   --propVar
   --run
   --help
   --version
   --pid
Under HP-UX, the wrapper executable and library are explicitly linked against libjvm.sl. Because that library uses thread local storage (TLS), it cannot be loaded dynamically through dlopen. (C++ adapters also need to link the libjvm if they use libwrap.) For this reason, the SHLIB_PATH environment variable must be set before launching the wrapper.
See the dlopen man page on HP-UX for details on the restriction.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved