Option |
Description |
-c |
Configuration file (default rs.cfg) |
-l |
Log file (default console output) |
-D |
Flag to disable startup of EventHandlers |
-r |
Comma separated list of AssemblyLine names to start. |
-w |
If -r (or -t) is specified then this flag will cause
Integrator to
wait for each AssemblyLine's (EventHandlers) completion before starting the next. If
this flag is not specified then Integrator will start all AssemblyLines
specified by the -r parameter in parallel. Do note that you probably do
not want this flag with -t if you start several EventHandlers: Only one
will be active at a time.
Note: The server will die when it has not active
threads. However, we have experienced that with Perl, the Perl
task is counted as an active thread. Use -w to force Integrator to
die after the last AssemblyLine has finished.
|
-v |
Show version information and exit. |
-P |
Password if configuration file is encrypted |
-p |
Dump java properties on startup |
-t |
Comma separated list of EventHandlers to start. The -w
flag has the same effect on EventHandlers as on AssemblyLines. |