Library Link To Toggle Frames Print Feedback

Name

celtix_router — Deploys an instance of the Celtix Enterprise router.

Synopsis

celtix_router { --config=config-file } [ --user-lib=user-lib-dir ] [ --user-classpath=user-classpath ] [ --system-properties=properties ]

Description

celtix_router deploys an instance of the Celtix Enterprise router using the specified configuration.

Arguments

The arguments used to deploy the Celtix Enterprise router are reviewed in the following table.

Option Interpretation
--config=config-file Specifies the file containing the router's configuration.
--user-lib=user-lib-dir

Specifies the directory containing any application specific jars needed by the deployed router.

[Note]Note

This option can be used in place of the --user-classpath option.

--user-classpath=user-classpath

Specifies the classpath along which the router will search for application specific classes.

[Note]Note

This option can be used in place of the --user-lib option.

--system-properties=properties

Specifies system properties that are passed to the VM.

[Important]Important

On UNIX systems you can only set one system property on the command line.