JCP_ENDPOINT

Systemwide variable that allows you to define where to reach the Java communication processes (JCP). The value defined here is the external URL that points to the JCP endpoint.

Important! This variable is relevant only if your Automic Web Interface or your Agents connect to the Automation Engine using a third party load balancer, such as an ingress in container-based installations.

The JCP endpoint to be used can be defined using the JCP_ENDPOINT parameter in the system settings and in the connection= parameter of the [TCP/IP] section of the configuration (INI) file of the relevant agent. You can define more than one JCP address by separating the URLs with a semicolon.

Example

https://lbhost1:8443;https://lbhost2:8443

When an Agent starts using the value defined in the connection= parameter, it receives all entries from the JCP_ENDPOINT variable and stores the information in the JCPLIST section of its configuration (INI) file. The Agent can then select an available endpoint from the list the next time it starts or reconnects to the Automation Engine.

  • Protocol: https
  • Restart required: No

See also: