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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
cmarchand
Contributor III
Contributor III

Deploying routes & services

Hi !
I want to deploy manually routes & services to Runtime_ESBE. I can't find the documentation. Any link will be much appreciated !
Thanks in advance,
Christophe
Labels (2)
2 Replies
Anonymous
Not applicable

Hi Christophe,
it's straight forward even so it might be still not obvious from our documentation. But from teh Studio you can export Routes & Data Services as 'kar' file esport (Export -> OSGI for ESB ). Once you have teh kar file of the Route or DataService you can just copy the file to the /deploy folder of a started Talend Runtime and the container will automatically detect this and install and start the route and data serives (it's quite similar which Tomcat does when you copy a 'war' file into the webapps folder. 
HTH,
Dietmar 
(P.S.: On the Enterprise ESB we have additionally the 'ESB Condcutor' which provides a graphical / web based deployment for Routes and Data Service ... but it's nothing wrong on using the deploy folder.)
cmarchand
Contributor III
Contributor III
Author

Ok, thanks. I was trying to deploy the bundle via install file:///....kar, which does not run. What disturbs me is the .kar, which is not a "true" OSGi bundle
There is no command from karaf runtime to deploy a .kar ?
I used to use TAC and ESB conductor, but I'm now on an "open source" based project.
Regards,
Christophe