Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.

Ice.Config

Synopsis

--Ice.Config
--Ice.Config=1
--Ice.Config=config_file[,config_file,...]

Description

This property must be set from the command line with one of the options --Ice.Config, --Ice.Config=1, or --Ice.Config=config_file.

If the Ice.Config property is empty or set to 1, the Ice run time examines the contents of the ICE_CONFIG environment variable to retrieve the path names of one or more configuration files. Otherwise, Ice.Config must be set to the path names of one or more configuration files, separated by commas. (Path names can be relative or absolute.) Further property values are read from the configuration files thus specified.

In Java, Ice first attempts to open a configuration file as a class loader resource. If that attempt fails, Ice opens the configuration file in the local file system.

Configuration files use a simple syntax consisting of name=value pairs with support for comments and escaping.

See Also
  • No labels