HCL Workload Automation, Version 9.4

Configuring properties of the Java job launcher [JavaJobLauncher]

About this task

In the JobManager.ini file, the section containing the properties of the Java™ job launcher is named:
[JavaJobLauncher]
You can change the following properties:
JVMDir
The path to the virtual machine used to start job types with advanced options. You can change the path to another compatible Java virtual machine.
JVMOptions
The options to provide to the Java Virtual Machine used to start job types with advanced options. Supported keywords for establishing a secure connection are:
  • htttps.proxyHost
  • https.proxyPort
Supported keywords for establishing a non-secure connection are:
  • Dhttp.proxyHost
  • Dhttp.proxyPort
For example, to set job types with advanced options, based on the default JVM http protocol handler, to the unauthenticated proxy server called with name myproxyserver.mycompany.com, define the following option:
JVMOptions = -Dhttp.proxyHost=myproxyserver.mycompany.com
-Dhttp.proxyPort=80