Argument | Description |
-h | Displays a usage message. |
-? | Displays usage help for Java command-line options. |
-force | Causes the utility to bypass error checking. Forces a recompile for every Scripted Operation and Intelligent Integration Component regardless of their state. |
-output | Outputs the standard output name of the component being compiled. |
-- | Allows the Broker name to start with the character -. |
[broker@]server[:port] | Identifies the name of the Broker Server (and optionally, the Broker and the port number) on which to load the Broker information. If you omit the Broker name, the default Broker is assumed. If you omit the Broker Server, only syntax checking is performed on the file. |
-idhelp | Displays a usage message for the [id_options]. |
[id_options] | Provides identification needed for administrative access to the Broker if the Broker is protected by an Access Control List (ACL). -entrust uses entrust as the SSL provider. Default is JSSE. -keystore filename specifies the name of the file containing the user SSL certificate. -password password specifies the password for the keystore file. -truststore filename specifies the name of the file containing the trusted root of the user SSL certificate. -noencrypt specifies not to use encryption for the connection. By default, every connection using a certificate is encrypted. -basicauthuser username specifies the user name for basic authentication. If you specify -basicauthuser, you must also specify -basicauthpassword. -basicauthpassword password specifies the password for the basic authentication user. If you specify -basicauthpassword, you must also specify -basicauthuser. |