<?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: Deploy a Job on Tomcat server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224143#M16973</link>
    <description>&lt;P&gt;can someone please explain steps on how to deploy talend job on Apache TOMCAT.&lt;/P&gt;&lt;P&gt;I am using Tomcat version 7and TDI Version 6.2.2.&lt;/P&gt;&lt;P&gt;When I export it as a WAR.&lt;/P&gt;&lt;P&gt;I got the below error.&lt;/P&gt;&lt;PRE&gt;&amp;lt;soapenv:Fault&amp;gt;
&amp;lt;faultcode xmlns:ns1="http://xml.apache.org/axis/"&amp;gt;ns1:Server.NoService&amp;lt;/faultcode&amp;gt;
&amp;lt;faultstring&amp;gt;
The AXIS engine could not find a target service to invoke! targetService is TestJob
&amp;lt;/faultstring&amp;gt;&lt;/PRE&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2019 17:09:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-02T17:09:40Z</dc:date>
    <item>
      <title>Deploy a Job on Tomcat server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224142#M16972</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using TDI 7.1 version and I want to deploy this job on tomcat server and configurable input URL.&lt;/P&gt; 
&lt;P&gt;for now, my job is simply reading and request API and fetching the data.&lt;/P&gt; 
&lt;P&gt;Is there any way to make this request API as dynamic whatever the user enters.&lt;/P&gt; 
&lt;P&gt;I know exporting as a web service is being deprecated&amp;nbsp;in this version but is there any way to run this job on tomcat on this version only.&lt;/P&gt; 
&lt;P&gt;Do I need to use the&amp;nbsp;ESB version for war extraction and is this free or includes&amp;nbsp;any cost?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;DIV class="lia-spoiler-container"&gt; 
 &lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt; 
 &lt;NOSCRIPT&gt;
   (Highlight to read) 
 &lt;/NOSCRIPT&gt; 
 &lt;DIV class="lia-spoiler-border"&gt; 
  &lt;DIV class="lia-spoiler-content"&gt; 
   &lt;P&gt;I tried for standalone build type in TDI but I got the below error :&lt;/P&gt; 
   &lt;P&gt;F:\talend setup\job\BasicJob&amp;gt;java -Dtalend.component.manager.m2.repository=F:\talend setup\job\BasicJob/../lib -Xms256M -Xmx1024M -cp .;../lib/routines.jar;../lib/accessors-smart-1.1.jar;../lib/advancedPersistentLookupLib-1.2.jar;../lib/commons-collections-3.2.2.jar;../lib/commons-collections4-4.1.jar;../lib/commons-lang3-3.7.jar;../lib/dom4j-1.6.1.jar;../lib/geronimo-stax-api_1.0_spec-1.0.1.jar;../lib/jboss-serialization.jar;../lib/jersey-client-1.4.jar;../lib/jersey-core-1.4.jar;../lib/json-path-2.1.0.jar;../lib/json-smart-2.2.1.jar;../lib/log4j-1.2.17.jar;../lib/poi-3.16-20170419_modified_talend.jar;../lib/poi-ooxml-3.16-20170419_modified_talend.jar;../lib/poi-ooxml-schemas-3.16-20170419.jar;../lib/poi-scratchpad-3.16-20170419.jar;../lib/slf4j-api-1.7.5.jar;../lib/slf4j-log4j12-1.7.5.jar;../lib/talendExcel-1.3-20180215.jar;../lib/talend_file_enhanced_20070724.jar;../lib/trove.jar;../lib/xmlbeans-2.6.0.jar;basicjob_0_1.jar; local_project.basicjob_0_1.BasicJob --context=Default&lt;BR /&gt;Error: Could not find or load main class setup\job\BasicJob....lib&lt;/P&gt; 
  &lt;/DIV&gt; 
  &lt;NOSCRIPT&gt; 
   &lt;DIV class="lia-spoiler-noscript-container"&gt; 
    &lt;DIV class="lia-spoiler-noscript-content"&gt;
      I tried for standalone build type in TDI but I got the below error :F:\talend setup\job\BasicJob&amp;gt;java -Dtalend.component.manager.m2.repository=F:\talend setup\job\BasicJob/../lib -Xms256M -Xmx1024M -cp .;../lib/routines.jar;../lib/accessors-smart-1.1.jar;../lib/advancedPersistentLookupLib-1.2.jar;../lib/commons-collections-3.2.2.jar;../lib/commons-collections4-4.1.jar;../lib/commons-lang3-3.7.jar;../lib/dom4j-1.6.1.jar;../lib/geronimo-stax-api_1.0_spec-1.0.1.jar;../lib/jboss-serialization.jar;../lib/jersey-client-1.4.jar;../lib/jersey-core-1.4.jar;../lib/json-path-2.1.0.jar;../lib/json-smart-2.2.1.jar;../lib/log4j-1.2.17.jar;../lib/poi-3.16-20170419_modified_talend.jar;../lib/poi-ooxml-3.16-20170419_modified_talend.jar;../lib/poi-ooxml-schemas-3.16-20170419.jar;../lib/poi-scratchpad-3.16-20170419.jar;../lib/slf4j-api-1.7.5.jar;../lib/slf4j-log4j12-1.7.5.jar;../lib/talendExcel-1.3-20180215.jar;../lib/talend_file_enhanced_20070724.jar;../lib/trove.jar;../lib/xmlbeans-2.6.0.jar;basicjob_0_1.jar; local_project.basicjob_0_1.BasicJob --context=DefaultError: Could not find or load main class setup\job\BasicJob....lib 
    &lt;/DIV&gt; 
   &lt;/DIV&gt; 
  &lt;/NOSCRIPT&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;can someone please help me how can I make it deployable on TOMCAT.&lt;/P&gt; 
&lt;P&gt;Thank you in advance.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 09:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224142#M16972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T09:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy a Job on Tomcat server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224143#M16973</link>
      <description>&lt;P&gt;can someone please explain steps on how to deploy talend job on Apache TOMCAT.&lt;/P&gt;&lt;P&gt;I am using Tomcat version 7and TDI Version 6.2.2.&lt;/P&gt;&lt;P&gt;When I export it as a WAR.&lt;/P&gt;&lt;P&gt;I got the below error.&lt;/P&gt;&lt;PRE&gt;&amp;lt;soapenv:Fault&amp;gt;
&amp;lt;faultcode xmlns:ns1="http://xml.apache.org/axis/"&amp;gt;ns1:Server.NoService&amp;lt;/faultcode&amp;gt;
&amp;lt;faultstring&amp;gt;
The AXIS engine could not find a target service to invoke! targetService is TestJob
&amp;lt;/faultstring&amp;gt;&lt;/PRE&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 17:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224143#M16973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T17:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy a Job on Tomcat server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224144#M16974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; The WR method of deployment is deprecated from 6.4 version onwards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/uCysbjfyKZbxWfRj_OAB4w/iWkjCqiEcUwyIA9sshQxLg" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://help.talend.com/reader/uCysbjfyKZbxWfRj_OAB4w/iWkjCqiEcUwyIA9sshQxLg&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; So could you please try to use the TAC for your use case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 18:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224144#M16974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T18:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy a Job on Tomcat server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224145#M16975</link>
      <description>&lt;P&gt;Thank you very much for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understood that this method is being deprecated now.&lt;/P&gt;&lt;P&gt;Still is there any way to make it run on Tomcat by using any version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks In advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 06:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224145#M16975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T06:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy a Job on Tomcat server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224146#M16976</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please try the below approach and let us know?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/_xjxP5Kopg4MCFbPK2UK3g/w~a2mD8D8CKkon5Ut2WC8A" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/_xjxP5Kopg4MCFbPK2UK3g/w~a2mD8D8CKkon5Ut2WC8A&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 06:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-a-Job-on-Tomcat-server/m-p/2224146#M16976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T06:28:27Z</dc:date>
    </item>
  </channel>
</rss>

