![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The TIBCO Wrapper utility allows deployment of an adapter as a service. Among other benefits, the wrapper allows the operating system to start the adapter automatically upon reboot, regardless of the operating system in use.
• On Microsoft Windows platforms, a wrapped application can be installed and run as a Windows Service.
• On UNIX platforms, the functionality serves as a process abstraction. Hooks for TIBCO Administrator mean that wrapped applications can be restarted on reboot under UNIX and monitored using TIBCO Administrator.The TIBCO Wrapper utility can be used for both Java or C++ adapters. The tool uses standard Java properties files for configuration of Service and Java Virtual Machine (JVM) parameters.
When you invoke the Wrapper, it looks in the 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.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |