Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
use Heroku as a hosting platform for a TalenD java packaged Job
I have deployed the War file on Heroku successfully and he is now running on Tomcat 7.
Hi Xdshi,
as you recommended, I have created the Web Service. I followed the steps described here: http://talend-tuto.blogspot.co.uk/2013/02/install-job-in-web-server.html.
I have deployed the War file on Heroku successfully and he is now running on Tomcat 7.
My job is named ImportContact. Consequently I try to the following URL http://talend-javajob.herokuapp.com/ImportContact_0.1/services/ImportContact?method=runJob
Unfortunately I get a 404.
I don't think there is anything wrong in the URL. I have check the case. You can verify that's the actual Job name on this screenshot: http://cl.ly/image/3T3F2W0h320J
Any help would be much appreciated