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
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
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
Let us know.