Use the remote run/debug feature even if the engine and Studio are installed on
different machines.
About this task
If Talend Studio and Talend Remote Engine
are installed on different machines, you must modify the engine configuration to
make the connection possible between the two.
Procedure
-
Stop the Remote Engine.
-
Open the
<RemoteEngineInstallationDirectory>/etc/org.talend.remote.jobserver.server.cfg
file to edit it.
-
Replace the localhost
value with * in the following
parameters:
org.talend.remote.jobserver.server.TalendJobServer.COMMAND_SERVER_HOST=*
org.talend.remote.jobserver.server.TalendJobServer.FILE_SERVER_HOST=*
org.talend.remote.jobserver.server.TalendJobServer.PROCESS_MESSAGE_HOST=*
org.talend.remote.jobserver.server.TalendJobServer.LOCAL_HOST=*
With this replacement, you must set up TLS client authentication in your
JobServer, for security purposes. This authentication protects the JobServer from
connection attempts of unknown sources.
-
Save the file.
-
Start the engine.