Configuring the JVM for your Talend JobServer (optional)
Talend JobServer
allows you to choose another JVM than the one used by default to run your Jobs.
About this task
To achieve the same results with Talend JobServer installed as a service, see Installing Talend JobServer as a service on systemd-based Linux systems.
Procedure
Results
The next time you launch Talend JobServer, it
will use Java 17 to start and Java 11 to execute Jobs.
Information noteNote: Alternatively,
you can use the Job launcher path parameter to define a Java instance to use, though
this is not recommended due to its lack of portability. To do this,
-
Go to the directory <root>/conf/, where <root> is the Talend JobServer path, and open the TalendJobServer.properties file to edit it.
- In the line dedicated to the Job launcher path, add the path to your Java
executable after the equal sign.
# Set the executable path of the binary which will run the job, for example: /usr/bin/java/java or "c:\\Program Files\\Java\\bin\\java.exe" org.talend.remote.jobserver.commons.config.JobServerConfiguration.JOB_LAUNCHER_PATH=/usr/bin/java/java
The use of quotes is only necessary when your path contains spaces, as shown in the capture. Otherwise, enter the path without quotes.