You can modify the startup for a connector by editing the following to use the connector startup options listed in Table 22:
Table 22. Connector startup options for Windows.
Option | Description |
---|---|
-c configFile |
The full path name of the configuration file to be used during startup. This option is required. |
-f pollFrequency |
The amount of
time between polling actions. Possible values for
pollFrequency are:
The default is 10000. |
-j |
Specifies that the connector is written in Java. This option is optional if you specify -l className. |
-l className |
Specifies the name of the global class. This option is required for Java connectors. |
-n connectorName |
Specifies the name of the connector to start. This option is required. |
-s brokerName |
Specifies the integration broker name. This option is required. |
-t |
|
-x connectorProps |
Passes application-specific connector properties to the connector. Use the format prop_name=value for each value you enter. |