Command Line
Options - RTVAgent
In addition to
General Options, the
following command line arguments are enabled with
the RTVAgent data
source when you run RTView
applications from a Windows
Command Prompt or UNIX terminal window.
NOTE: If a command line argument contains
a space or a semicolon, then the entire argument must be enclosed in quotes
(e.g.:
"-sub:$data:my Data").
Name |
Description |
-rtvagentoption: |
enabled |
Enable
connections from remote agent applications. Default
is false. Example:
-rtvagentoption:enabled=true |
port |
Specify port on which the RTVAgent data adapter will accept agent connections.
Default is 5665. Valid port numbers are greater than 1024.
NOTE: Only one application at a time
can accept connections on a given port.
Example:
-rtvagentoption:port=5665 |
ssl |
Select to encrypt data before transmission over a secure socket. Default is
false.
NOTE: This option does not apply to
agents that connect indirectly via HTTP and the rtvagent servlet. For secure
connections in that case, an HTTPS connection should be used from the agent to
the rtvagent servlet.
Example:
-rtvagentoption:ssl=true |
|