<?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: tomcat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378794#M61228</link>
    <description>Open ports you see with:&lt;BR /&gt; netstat -lptu&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;lsof -i | grep 8080&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or try tomcat first on another port 8081 for example.</description>
    <pubDate>Fri, 13 Mar 2009 18:26:24 GMT</pubDate>
    <dc:creator>B. Hulst</dc:creator>
    <dc:date>2009-03-13T18:26:24Z</dc:date>
    <item>
      <title>tomcat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378792#M61226</link>
      <description>Hi there&lt;BR /&gt;I did:&lt;BR /&gt;&lt;BR /&gt;Urpmi Tomcat5&lt;BR /&gt;urpmi tomcat5-webapps&lt;BR /&gt;urpmi tomcat5-admin-clearwebapps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I get apache webpage http://localhost but nothing on http://localhost:8080&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;netstat -anp |grep 8080&lt;BR /&gt;&lt;BR /&gt;tcp        0      0 :::8080                     :::*                        LISTEN      5710/java&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Firewall is off.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 13:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378792#M61226</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2009-03-13T13:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: tomcat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378793#M61227</link>
      <description>Hmm .., seems to be that you have another 8080 application running there.&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 :::8080 :::* LISTEN 5710/java&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Did you check the apache configuration for for the port binding ? &lt;BR /&gt;&lt;BR /&gt;If you run only netstat -anp |grep 80 , what's the output?&lt;BR /&gt;&lt;BR /&gt;I think that apache is running at 80 now, I don't know.. just a thought.&lt;BR /&gt;&lt;BR /&gt;Try that, maybe it works by changing the configuration at that file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Marco,</description>
      <pubDate>Fri, 13 Mar 2009 16:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378793#M61227</guid>
      <dc:creator>Marco A.</dc:creator>
      <dc:date>2009-03-13T16:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: tomcat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378794#M61228</link>
      <description>Open ports you see with:&lt;BR /&gt; netstat -lptu&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;lsof -i | grep 8080&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or try tomcat first on another port 8081 for example.</description>
      <pubDate>Fri, 13 Mar 2009 18:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378794#M61228</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2009-03-13T18:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: tomcat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378795#M61229</link>
      <description>The lsof option is really good.&lt;BR /&gt;&lt;BR /&gt;If you don't have it .., take it from here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.81/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.81/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Marco,</description>
      <pubDate>Fri, 13 Mar 2009 18:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378795#M61229</guid>
      <dc:creator>Marco A.</dc:creator>
      <dc:date>2009-03-13T18:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: tomcat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378796#M61230</link>
      <description>he's obviously running linux, no need to get the hpux lsof. lsof is probaly already installed by default on linux, or else it's just one command to install it.</description>
      <pubDate>Mon, 16 Mar 2009 07:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378796#M61230</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-03-16T07:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: tomcat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378797#M61231</link>
      <description># /sbin/service tomcat5 status&lt;BR /&gt;&lt;BR /&gt;Check the file: /var/log/tomcat5/catalina.out&lt;BR /&gt;&lt;BR /&gt;Make sure that you don't have any errors.&lt;BR /&gt;&lt;BR /&gt;You can stop/restart tomcat5 like this:&lt;BR /&gt;&lt;BR /&gt;# /sbin/service tomcat5 stop&lt;BR /&gt;{wait for process rundown}&lt;BR /&gt;# /sbin/service tomcat5 start&lt;BR /&gt;&lt;BR /&gt;-then-&lt;BR /&gt;&lt;BR /&gt;Check the following file:&lt;BR /&gt;&lt;BR /&gt;/etc/tomcat5/server.xml&lt;BR /&gt;&lt;BR /&gt;make sure that the following section is uncommented like this:&lt;BR /&gt;&lt;BR /&gt;    &lt;!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --&gt;&lt;BR /&gt;    &lt;CONNECTOR port="8080" maxhttpheadersize="8192"&gt;&lt;/CONNECTOR&gt;               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"&lt;BR /&gt;               enableLookups="false" redirectPort="8443" acceptCount="100"&lt;BR /&gt;               connectionTimeout="20000" disableUploadTimeout="true" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then access the default Tomcat5 site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hostname.domain.name.com:8080/" target="_blank"&gt;http://hostname.domain.name.com:8080/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Those are some things to check.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Mar 2009 17:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tomcat/m-p/4378797#M61231</guid>
      <dc:creator>Rick Retterer</dc:creator>
      <dc:date>2009-03-16T17:51:52Z</dc:date>
    </item>
  </channel>
</rss>

