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: 
alevy
Specialist
Specialist

Deploying Talend jobs as webservices under IIS

The UG talks about exporting jobs as webservices and deploying them with Tomcat. Is it possible to deploy a job as a webservice under IIS and can you give any suggestions/pointers?
Thanks
Labels (2)
2 Replies
Anonymous
Not applicable

I haven't deployed any Talend jobs to IIS, but it looks like it should work if you have a java container installed.
When you export as a web service you'll get your job as a war file.
Take a look at this web page. it looks like it might be helpful:
http://msdn.microsoft.com/en-us/library/aa478983.aspx
Anonymous
Not applicable

Hi,
As Garret said; if you can have a Java Container in your IIS; that's sounds technically feasible but maybe not that easy because we're generating JAVA code; so the Java container is a requirement.
I have never done that and I'll be happy to know about your success if you try it; tweaking IIS sounds fun 0683p000009MACn.png
Let us know.