Configuring connection between Talend Studio and Talend Remote Engine - Cloud

Talend Remote Engine User Guide for Linux

Version
Cloud
Language
English
Operating system
Linux
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
Last publication date
2024-02-23

Use the remote run/debug feature even if the engine and Talend 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

  1. Stop the Remote Engine.
  2. Open the <RemoteEngineInstallationDirectory>/etc/org.talend.remote.jobserver.server.cfg file to edit it.
  3. 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.

  4. Save the file.
  5. Start the engine.