Configuration Load Order¶
This page describes the order in which the OneClickExt daemon searches for and loads its configuration files. Understanding this order is important when multiple configuration files are present, as later files in the sequence take precedence over earlier ones.
The configuration files are searched for and loaded in the following order. All paths are relative to the daemon installation directory ($SPECROOT/DICOS/ for Spectrum installations, $DCSROOT/DICOS/ for standalone):
OneClickExt/conf/oneclickext.props
OneClickExt/conf/log4j.xml
OneClickExt/conf/version
OneClickExt/oneclickext.vers
OneClickExt/bin/oneclickext.props
OneClickExt/version
The parameter oneclickext.additional.props is then read and the additional properties are loaded. This list is checked before each script call.