|
You have installed the Job Scheduler and now you want to know what to do next?
The following samples provide a quickstart how to use Job Scheduler.
If you want to use all the Job Scheduler features, then you should refer to the
documentation section.
All samples are created from scratch as XML files using any editor of your choice. An introduction
to the Job Configuration Editor that saves the hazzle of typing XML and that provides more samples is available in the
Quickstart for Job Configuration.
Note that in these sample jobs relative links are used from the Job Scheduler installation directory.
This directory is the working directory for your jobs.
The Managed Jobs package, that you might have selected during setup is not used for these jobs,
but rather hot folders,
i.e. you can paste the samples jobs into files in the ./config/live directory.
Please stick to the naming scheme job_name.job.xml, e.g. if a job is created
with the name my_shell_script then its file name would be
./config/live/my_shell_script.job.xml.
Whenever you add, delete or change a job definition it will be immediately applied by Job Scheduler that
monitors your hot folders.
If Job Scheduler is running on localhost and port 4444, please use the following URLs:
http://localhost:4444
to control jobs use the job context menu
with operations to start and stop jobs
http://localhost:4444/doc/en/index.xml
to access the reference documentation, alternatively open the file
./config/html/doc/en/index.xml
|