Versions Compared

Key

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

...

Code Block
 <config mail_xslt_stylesheet="config/scheduler_mail.xsl" port="4444">

Please note:

  • Checks are made during the installation process to ensure that the host and port you specify can be used, so this is actually an unlikely source of error.
  • Ensure that the firewall allows the communication with the JobScheduler port in both directions.

 

The host will be specified in the security section that should could look like this:

Code Block
 <security ignore_unknown_hosts="yes">
     <allowed_host host="localhost" level="all"/>
     <allowed_host host="My-PC" level="all"/>
     <allowed_host host="192.11.0.27" level="all"/>
 </security>

Note that checks are made during the installation process to ensure that the host and port you specify can be used, so this is actually an unlikely source of error.

...

Please note:

  • If you want to allow access to all computers in the network then specify <allowed_host host="0.0.0.0" level="all"/>
  • Hostnames are resolved on start-up of JobScheduler, not later on at run-time. Should your DNS server assign new ip addresses to hostnames referenced with the <security> element then this will become effective after restart of JobScheduler.