To change the port that JobScheduler ist listening to, e.g. for JOC and XML commands, modify the value of the port parameter in the ${SCHEDULER_HOME}/config/scheduler.xml file
Default:
<config mail_xslt_stylesheet = "config/scheduler_mail.xsl" port = "4444"> </config>
Example:
<config mail_xslt_stylesheet = "config/scheduler_mail.xsl" port = "4445"> </config>