Configuring connection between Talend Runtime and Talend Remote Engine - Cloud

Talend Remote Engine User Guide for Windows

Version
Cloud
Language
English
Operating system
Windows
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
Last publication date
2023-11-16

About this task

If Talend Runtime and Talend Remote Engine are installed on different machines, you must edit the configuration files to allow the connection between the two applications.

Procedure

  1. Stop the engine if running.
  2. Open the <RemoteEngineInstallationDirectory>/etc/org.talend.ipaas.rt.dsrunner.log4jsocket.collector.cfg file to edit it.
  3. Replace with * or leave empty the values of the ms.socket.host and osgi.socket.host parameters.

    Example

    # host / port for microservices logs listener
    ms.socket.host=*
    ms.socket.port=7788
    
    # host / port for OSGi logs listener
    osgi.socket.host=*
    osgi.socket.port=7789
  4. Start the engine.