Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Use the attribute configuration_directory in ./config/scheduler.xml
Code Block |
---|
<spooler> <config mail_xslt_stylesheet="config/scheduler_mail.xsl" port="4444" <span style="color:red">configurationconfiguration_directory="/path/to/another/live/folder"</span> > ... </config> </spooler> |
...
Alternatively you can use the command line option -configuration-directory.
Code Block |
---|
> ./bin/jobscheduler.sh start -configuration-directory="/path/to/another/live/folder"
|
...
For example you have job configurations in /mnt/other_host/live/ then you can add it to the live folder with
Code Block |
---|
> cd ./config/live
> ln -s /mnt/other_host/live/ live_on_other_host
|
...