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

Compare with Current View Page History

Version 1 Next »

Question:

If we are using JOE for a JobScheduler running without a database then do we need to restart the JobScheduler every time after making changes to a job?

Answer:

No, this is not necessary, JOE stores information about jobs, orders, etc. in XML files in the so-called "hot folder" (default location: ./config/live).
Note, however, that on Unix systems it may take up to a minute for changes made using JOE to become effective.

For a quick introduction to using JOE we recommend you take a look at our Quickstart Guide.

Note also that in a productive environment, we recommend using JobScheduler with a database. Amongst other advantages, this allows use of JID - the JobScheduler Information Dashboard which provides calender, monitoring and reporting functions.

  • No labels