...
- 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/cache/params
when using<include live_file="/params/my_parameter_file.xml" node=""/>
(from Hot Folder flag in JOE is on) and you use a Remote Configuration How to implement Central Configuration with a Supervisor JobScheduler - 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)
...
- below the Hot Folder (
./config/live
) because ...- changes to the parameters will be taken over by the JobScheduler when external parameter files are located below the
./config/live
folder.
- changes to the parameters will be taken over by the JobScheduler when external parameter files are located below the
- or below the corresponding
remote
subfolder of the Master JobScheduler when you have a Remote Configuration How to implement Central Configuration with a Supervisor JobScheduler architecture because ...- changes to the parameters will be taken over by the Slave JobScheduler when external parameter files are located below the
./config/cache
folder if you are using Remote Configuration How to implement Central Configuration with a Supervisor JobScheduler.
- changes to the parameters will be taken over by the Slave JobScheduler when external parameter files are located below the
Changes to external parameter files located outside the Hot Folder (./config/live
or ./config/cache
resp.) will not be taken over by JobScheduler unless the job or order is changed or JobScheduler restarted.