Table of Contents |
---|
| outlinh1. true |
---|
| outlinh1. true |
---|
1 | printablefalse |
---|
2 | stylh1. none |
---|
3 | indent20px |
---|
|
Use the attribute configuration_directory in ./config/scheduler.xml
Code Block |
---|
<spooler>
<config mail_xslt_stylesheet="config/scheduler_mail.xsl"
port="4444"
configuration_directory="/path/to/another/live/folder"
>
...
</config>
</spooler>
|
...
Code Block |
---|
> ./bin/jobscheduler.sh start -configuration-directory="/path/to/another/live/folder"
|
Can I have multiple live folders?
It is not possible to configure multiple live folders but you can use symlinks in the live folder so that a subfolder of live pointed to another.
...