Versions Compared

Key

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

...

You can check the correct hostname:port configuration via the JOC Cockpit Dashboard of the JobScheduler instance you want to use as supervisor:

Code Block
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml-stylesheet type="text/xsl" href="scheduler_documentation.xsl"?>
 <spooler>
   <config mail_xslt_stylesheet="config/scheduler_mail.xsl" port="4444"
     '''supervisor="serverC:4445"'''>
     ...
   </config>
 </spooler>

...