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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Running ESB Runtime as a Linux service

Hi,
Could someone advise whether it is possible to run the ESB runtime container as a linux service? Currently we initiate an instance of it by running the trun.sh script which is found under /usr/local/Talend-ESB-runtime/Talend-Runtime-V5.0.1/bin.
This runs the runtime container as a console as below
______ __ __
/_ __/__ _/ /__ ___ ___/ /
/ / / _ `/ / -_) _ \/ _ /
/_/ \_,_/_/\__/_//_/\_,_/
(version 5.0.1)
Hit '<tab>' for a list of available commands
and ' --help' for help on a specific command.
Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown the TRUN.
karaf@trun>
We want to have the running of this managed through a service, so we can start/stop it. Does any one have any scripts that enable us to do this?
Thanks
Richard James
Newcastle University
Labels (1)
  • Other

2 Replies
Anonymous
Not applicable
Author

Hello Richard,
http://karaf.apache.org/manual/latest-2.2.x/users-guide/wrapper.html describes fairly well how to enable Karaf to be used as linux service and how to configure it. The Talend Runtime is based on Karaf so the instructions are also applicable for the runtime. A similar chapter should have been included in our Container Administrator's Guide, but is missing. You might want to file a bug because of this.
Best Regards,
Zsolt
Anonymous
Not applicable
Author

Hi Zsolt,
Thanks for the link.
I will raise a bug for it to be including in future documentation as I think it is something that would be useful.
Thanks again,
Richard