Skip to main content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Deploy into Runtime by coping KAR/JAR into deploy folder

If you deploy the service into Talend Runtime by coping the KAR/JAR into <TalendRuntimePath>/deploy folder, you can change the service endpoint by creating a configuration file in <TalendRuntimePath>/etc called <JobName>.cfg which contains a single line, for example:
context = Default

The service will be available in the following endpoints in different context.

Context Available endpoint

Default

http://localhost:8040/services/contacts

dev http://localhost:8040/services/dev/contacts
test http://localhost:8040/services/test/contacts

In order to ensure that the service starts in the correct context, you need create the <JobName>.cfg file with the correct context setting before putting the KAR/JAR file into the <TalendRuntimePath>/deploy folder.

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 – please let us know!