TIBCO Runtime Agent (TRA) Wrapper Command-Line Arguments.

TIBCO Runtime Agent (TRA) Wrapper Command-Line Arguments.

book

Article ID: KB0085092

calendar_today

Updated On:

Products Versions
TIBCO Runtime Agent (TRA) -
Not Applicable -

Description

Resolution:
Wrapper supports following command-line arguments ..


--propFile <fileName>

Name of the file which specifies the configurable parameter for the NT Service. This is an optional argument. If not specified ,"wrap" will try to look for the file with the .tra extension and the name that is the same as the executable name.

--install

Install the wrapper application as an NT Service. NTService details are provided int the .tra configuration file. This can not work correctly if the service is running.

--uninstall

Uninstall a previously installed NT Service. NTService details are provided in the .tra configuration file.

--update

Updates a previously installed NT Service or installs the service if not previously installed. NTService details are provided in the .tra configuration file. This does work correctly, even if the service is running.

--start

Starts a previously installed NT Service. NT Service details are provided in the .tra configuration file.

--stop

Stops a running NT Service. NT Service details are provided in the .tra configuration file.

--run

Run the application as a console application. This is the default option. Run time arguments and other details can be provided in the .tra configuration file.

--ntservice

NT Service will be started with same name as executable name, minus the .exe extension, if any.

--query
Returns the current state of the NT Service. Help says not yet implemented, but code says otherwise.
--help
Show usage and version details.
--debug

Writes to the console all values loaded from the .tra  file showing the post substitution values. For example, the full classpath with all directories resolved.

--propVar <name=value>
An environment variable override. Takes the next argument, breaks it into a name and a value, and makes the definition available for substitution variables. Such definitions take precedence of the corresponding environment variables.
--adjust
This wrapper instance is performing componentized adjustment. This is an internal option and is not intended for users. See [Launch] for more information on adjustment.

Issue/Introduction

TIBCO Runtime Agent (TRA) Wrapper Command-Line Arguments.