You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Alternative I: use the attribute configuration_directory in scheduler.xml

By setting the attribute @configuration_directory of the config element you can specify a folder of the job definitions, schedules, run-times et cetera. The default setting is the live directory, which itself is to be found in the same directory as the configuration file scheduler.xml.

Alternative II: use JobScheduler command options

You can specify the location of the job scheduler configuration with two different commandline options:

 *[-config|http://www.sos-berlin.com/doc/en/scheduler.doc/command_line.xml#option_config] (location of {*}scheduler.xml{*} or the configuration folder)

To change the location of the scheduler configuration directory (default is config under the installation directory), you have to specify the name of the configuration folder as argument for the -config option. It is necessary that a file named scheduler.xml exists in this folder.

  • No labels