<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to deploy Talend ESB REST Job on Tomcat in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-deploy-Talend-ESB-REST-Job-on-Tomcat/m-p/2304001#M143795</link>
    <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Thank you very much for your reply&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;I understood the &amp;nbsp;limitations for ESB 'Jobs'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Will it be possible in a future version ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;ksuzuki46&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2018 08:32:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-12T08:32:21Z</dc:date>
    <item>
      <title>How to deploy Talend ESB REST Job on Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-deploy-Talend-ESB-REST-Job-on-Tomcat/m-p/2303999#M143793</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I am creating a simple REST job within Talend Open Studio for ESB V5.6.3 and V6.4.1,&lt;BR /&gt;using 'tRESTRequest' and 'tRESTResponse' components.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I export this REST job as a ***.jar file by selecting build type 'OSGI bundle(ESB)'&lt;BR /&gt;to be deployed in Talend Runtime ESBSE, and it works fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, I hope to deploy this job on Tomcat, but I can not export REST job as a ***.war file,&lt;BR /&gt;because I can not select build type 'Axis WebService(WAR)', and TOS displays a message as follows,&lt;BR /&gt;"ESB job contains "tRESTRequest" should only build using [OSGI Bundle For ESB] type."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question1:&lt;BR /&gt;Is There a way to deploy REST job using 'tRESTRequest' on Tomcat,or any other application server ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question2:&lt;/P&gt;
&lt;P&gt;Is it possible to deploy REST job on Tomcat&amp;nbsp; by Talend Commercial Products version (Talend Administration Center) ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Ksuzuki&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, I create a simple normal job (tFileInputDelimited -&amp;gt; tLogRow),and export as a ***.war file,&lt;BR /&gt;and deploy on tomcat webapps folder, then it works good by the URL like this (job name is TalendTestJob_0.1)&lt;BR /&gt;&lt;A href="http://localhost:8080/TalendTestJob_0.1/services/TalendTestJob?method=runjob" target="_blank"&gt;http://localhost:8080/TalendTestJob_0.1/services/TalendTestJob?method=runjob&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-deploy-Talend-ESB-REST-Job-on-Tomcat/m-p/2303999#M143793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy Talend ESB REST Job on Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-deploy-Talend-ESB-REST-Job-on-Tomcat/m-p/2304000#M143794</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;There is export limitations for ESB 'Jobs'.&lt;/P&gt; 
&lt;P&gt;For more information, please have a look at this new feature jira issue:&lt;A title="https://jira.talendforge.org/browse/TESB-13867" href="https://jira.talendforge.org/browse/TESB-13867" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TESB-13867&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 06:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-deploy-Talend-ESB-REST-Job-on-Tomcat/m-p/2304000#M143794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-12T06:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy Talend ESB REST Job on Tomcat</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-deploy-Talend-ESB-REST-Job-on-Tomcat/m-p/2304001#M143795</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Thank you very much for your reply&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;I understood the &amp;nbsp;limitations for ESB 'Jobs'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Will it be possible in a future version ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;ksuzuki46&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 08:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-deploy-Talend-ESB-REST-Job-on-Tomcat/m-p/2304001#M143795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-12T08:32:21Z</dc:date>
    </item>
  </channel>
</rss>

