Skip to main content Skip to complementary content

Configuring connection between Talend Studio and Talend Remote Engine

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!