Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Run ESB job on Linux

Hi,
I am using TOS ESB for the first time, not much aware of it.
We created REST Service using tRESTRequest and tRESTresponse components and it is working fine in windows.
I need to move this code into Unix to execute the job. I understand this ESB job execution is different compared to Data integration jobs.
Can you please let me know the process to execute ESB job in Unix.
Do we need to install TOS for ESB software in Unix as well? 
Thanks,
Jayachandra
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi 
The Rest service is built with talend studio, and will be deployed to Talend Runtime in product environment, so you need to install Talend runtime on Unix if you want the service run there .
Regards
Shong
Anonymous
Not applicable
Author

Hi,
I am using TOS ESB for the first time, not much aware of it.
We created REST Service using tRESTRequest and tRESTresponse components and it is working fine in windows.
I need to move this code into Unix to execute the job. I understand this ESB job execution is different compared to Data integration jobs.
Can you please let me know the process to execute ESB job in Unix.
Do we need to install TOS for ESB software in Unix as well? 
Thanks,
Jayachandra

In simple way, you can deploy your Talend Job in unix by installing karaf (Talend Runtime run karaf when started) and deploy OSGI bundle of your job (there is option for build job as OSGI bundle). CMIIW