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 JobServer application and X
to the version number of the packages. Note that if you installed your 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.