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


Chapter 3 Installed Components : TIBCO Wrapper Utility

TIBCO Wrapper Utility
The TIBCO Wrapper utility allows deployment of a TIBCO product or TIBCO Adapter SDK based custom adapter as a service. Among other benefits, the wrapper allows the operating system to start the application automatically upon reboot, regardless of the operating system being used.
When invoked, the Wrapper searches its current directory for the appname.tra file. If that file is not found, it searches the PATH for appname.tra.
If a .tra file is not found in one of those locations, the Wrapper cannot start.
If you installed the TIBCO Runtime Agent package, TIBCO Wrapper will be transparent to you. If you installed the TIBCO Adapter SDK package, you can use the TIBCO Wrapper utility for both Java or C++ adapters. The utility uses standard Java properties files for configuration of Service and Java Virtual Machine (JVM) parameters.
The Wrapper fails if it is not started from the bin directory. The error message is "Failed to load shared library". The wrapper searches in the current directory for the appname.tra file. If that's not found, it searches the PATH for appname.tra. You can explicitly specify the location of the .tra using the --propFile argument for the wrapper.

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