Configuring the Talend JobServer parameters
To configure the Talend JobServer
parameters that are passed to the Java application, you have to edit the last lines of
the jsl_static64.ini file which indicate the path to different
files (such as configuration files, .jar files and/or Java
libraries).
Procedure
To do so, edit the parameters as shown below:
params = 5
param00 = -cp
param01 = <JobServerPath>;<JobServerPath>\lib\jmxremote_optional.jar;
<JobServerPath>\lib\log4j-X.X.XX.jar;<JobServerPath>\lib\commons-io-X.X.jar;
<JobServerPath>\lib\jsl.jar
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.
Information noteNote: 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.