...
- The job expects the parameter file in the same folder where the job is stored when using
<include live_file="my_parameter_file.xml" node=""/>
(from Hot Folder flag in JOE is on) - The job expects the parameter file in
./config/live/params
when using<include live_file="/params/my_parameter_file.xml" node=""/>
(from Hot Folder flag in JOE is on) - The job expects the parameter file in
./config/params
when using<include file="/config/params/my_parameter_file.xml" node=""/>
(from Hot Folder flag in JOE is off)
Look at See http://www.sos-berlin.com/doc/en/scheduler.doc/xml/include.xml for more information.
This has the following advantages:
...
.
...
A typical parameter file would look like:
...
You can also use a different structure.
In particular you can have multiple parameter sets:
...
Changes to external parameter files located outside the Hot Folder (./config/live
or ./config/cache
resp.) will not be taken over by JobScheduler except unless the job or order has is changed or JobScheduler restartsrestarted.