Configuring the Talend JobServer parameters - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
To configure the Talend JobServer parameters that are passed to the Java application, you must edit the last lines of the jsl_static64.ini file. This file indicates the path to different files, such as configuration files, .jar files, and Java libraries.

Procedure

To do so, edit the parameters as shown below:
params = 5
param00 = -cp
param01 = c:\jobserver;c:\jobserver\lib\*
param02 = -Dcom.sun.management.jmxremote
param03 = -Dtalend_props=<JobServerPath>\conf\TalendJobServer.properties
param04 = org.talend.remote.jobserver.service.WindowsJobServer
where <JobServerPath> refers to the installation directory of the Talend JobServer application and X to the version number of the packages. If you installed Talend Studio using the installer, this path corresponds to <JobServerPath>\agent.
Note: Note that the first parameter indicated is named param00 and not param01, and that the use of quotes is not required around strings holding spaces. Note also that every parameter value must be indicated in a separate parameter.