<?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: error during ESB web application deployement in tomcat 7 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343145#M110937</link>
    <description>Hi elelik, 
&lt;BR /&gt;By default tomcat is installed in /etc or /usr/share folder... refer to following post 
&lt;BR /&gt; 
&lt;A href="http://askubuntu.com/questions/135824/what-is-the-tomcat-installation-directory" rel="nofollow noopener noreferrer"&gt;http://askubuntu.com/questions/135824/what-is-the-tomcat-installation-directory&lt;/A&gt; 
&lt;BR /&gt;You can download jar from multiple locations such as 
&lt;BR /&gt; 
&lt;A href="http://www.java2s.com/Code/Jar/g/Downloadgeronimoservlet30spec10jar.htm" rel="nofollow noopener noreferrer"&gt;http://www.java2s.com/Code/Jar/g/Downloadgeronimoservlet30spec10jar.htm&lt;/A&gt; 
&lt;BR /&gt;Place it in the lib or relevant folder, restart tomcat and check again. 
&lt;BR /&gt;Vaibhav</description>
    <pubDate>Thu, 22 May 2014 05:09:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-22T05:09:41Z</dc:date>
    <item>
      <title>error during ESB web application deployement in tomcat 7</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343141#M110933</link>
      <description>Hi, when I try to deploy a 5.4.1 talend ESB studio web application in tomcat 7 on Ubuntu 13.10. I have this error message in catalina.out file :
&lt;BR /&gt;.......
&lt;BR /&gt;Infosc: validateJarFile(/var/lib/tomcat7/webapps/ws_aCtron_PeSP_0.1/WEB-INF/lib/geronimo-servlet_3.0_spec-1.0.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
&lt;BR /&gt;.....
&lt;BR /&gt;My web app don't work, what can i do to solve this issue please.
&lt;BR /&gt;thx a lot</description>
      <pubDate>Sat, 16 Nov 2024 11:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343141#M110933</guid>
      <dc:creator>elelik</dc:creator>
      <dc:date>2024-11-16T11:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: error during ESB web application deployement in tomcat 7</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343142#M110934</link>
      <description>Whether the geronimo-servlet_3.0_spec-1.0.jar file is available at required location or tomcat lib folder?. 
&lt;BR /&gt;If not available, you will have to download it and copy it to tomcat or your application, restart tomcat and check again. 
&lt;BR /&gt;How come tomcat is installed in /var/lib folder? 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 21 May 2014 06:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343142#M110934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T06:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: error during ESB web application deployement in tomcat 7</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343143#M110935</link>
      <description>Hi, 
&lt;BR /&gt;Did you deploy ESB job or ESB data service to tomcat? If former, you can have a look at document 
&lt;A href="https://help.talend.com/search/all?query=twebservice&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;eploying or exposing a job as a Web service&lt;/A&gt; to know how to export the Job and deploy it to Tomcat. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 21 May 2014 07:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343143#M110935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T07:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: error during ESB web application deployement in tomcat 7</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343144#M110936</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Whether the geronimo-servlet_3.0_spec-1.0.jar file is available at required location or tomcat lib folder?. &lt;BR /&gt;If not available, you will have to download it and copy it to tomcat or your application, restart tomcat and check again.&lt;BR /&gt;How come tomcat is installed in /var/lib folder?&lt;BR /&gt;Vaibhav&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi sanvaibhav and thanks, 
&lt;BR /&gt;Yes tomcat is instaled in var/lib and geronimo-servlet_3.0_spec-1.0.jar file is not available in any tomcat folder or others. In which tomcat folder i have to install it please ? 
&lt;BR /&gt;elelik</description>
      <pubDate>Wed, 21 May 2014 18:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343144#M110936</guid>
      <dc:creator>elelik</dc:creator>
      <dc:date>2014-05-21T18:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: error during ESB web application deployement in tomcat 7</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343145#M110937</link>
      <description>Hi elelik, 
&lt;BR /&gt;By default tomcat is installed in /etc or /usr/share folder... refer to following post 
&lt;BR /&gt; 
&lt;A href="http://askubuntu.com/questions/135824/what-is-the-tomcat-installation-directory" rel="nofollow noopener noreferrer"&gt;http://askubuntu.com/questions/135824/what-is-the-tomcat-installation-directory&lt;/A&gt; 
&lt;BR /&gt;You can download jar from multiple locations such as 
&lt;BR /&gt; 
&lt;A href="http://www.java2s.com/Code/Jar/g/Downloadgeronimoservlet30spec10jar.htm" rel="nofollow noopener noreferrer"&gt;http://www.java2s.com/Code/Jar/g/Downloadgeronimoservlet30spec10jar.htm&lt;/A&gt; 
&lt;BR /&gt;Place it in the lib or relevant folder, restart tomcat and check again. 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 22 May 2014 05:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-during-ESB-web-application-deployement-in-tomcat-7/m-p/2343145#M110937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T05:09:41Z</dc:date>
    </item>
  </channel>
</rss>

