Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Znav
nextIce Trace Properties
prevProperty Reference

Ice.Config

Synopsis

Wiki Markup
{zcode}
--Ice.Config
--Ice.Config=1
--Ice.Config=config_file[,config_file,...]
{zcode}

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.

Ztop
See Also
Zret
Znav
nextIce Trace Properties
prevProperty Reference