Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JOC knows a virtual directory ./scheduler_data/jobs which points to the jobs directory under the working directory of the JobScheduler.
This is the directory which contains the config, jobs, logs, etc. directories.
So, when a link in the job title is defined with ./jobs/CCTSmy_job_descriptions/test1.html, JOC will look for the file at the address ./scheduler_data/jobs/CCTSmy_job_descriptions/test1.html. In a standard JobScheduler installation on Windows systems this would be C://

Example:

Code Block
 <?xml version="1.0" encoding="ISO-8859-1"?>
    <job title="test &lt;a href=&quot;./scheduler_data/jobs/CCTSmy_job_descriptions/test1.html&quot;&gt;docu&lt;/a&gt;" stop_on_error="yes" order="no">
    <script language="shell"><![CDATA[
         env # "Print the environment"
    ]]></script>
 </job>