<?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 kill the tomcat process. in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037977#M141</link>
    <description>reinstalling Internet Express using the Gui?&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Aug 2003 05:38:43 GMT</pubDate>
    <dc:creator>Ralf Puchner</dc:creator>
    <dc:date>2003-08-04T05:38:43Z</dc:date>
    <item>
      <title>How to kill the tomcat process.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037971#M135</link>
      <description>I am started tomcat and its runing but after some it is not giving anyresponse and hangs.&lt;BR /&gt;So i tired to kill this process by this command&lt;BR /&gt;kill -9 pid.&lt;BR /&gt;kill pid.&lt;BR /&gt;but still runing .So how can i kill this process which is using java1.2.2 .</description>
      <pubDate>Thu, 31 Jul 2003 06:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037971#M135</guid>
      <dc:creator>Yogesh Nerkar</dc:creator>
      <dc:date>2003-07-31T06:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the tomcat process.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037972#M136</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;To stop Tomcat use "/sbin/init.d/tomcat stop", if installed from the Internet Express package.&lt;BR /&gt;&lt;BR /&gt;Dave Bechtold</description>
      <pubDate>Thu, 31 Jul 2003 17:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037972#M136</guid>
      <dc:creator>Dave Bechtold</dc:creator>
      <dc:date>2003-07-31T17:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the tomcat process.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037973#M137</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;If you can't kill it check if it zombie&lt;BR /&gt;if so you will need to reboot.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Thu, 31 Jul 2003 20:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037973#M137</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-31T20:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the tomcat process.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037974#M138</link>
      <description>If 'kill -9 PID' doesn't kill a process, that&lt;BR /&gt;usually indicates that one or more of the&lt;BR /&gt;process's threads are in uninterruptible&lt;BR /&gt;kernel code.  Check with 'ps alxmp PID' and&lt;BR /&gt;look for a "U" in the State column.  If you&lt;BR /&gt;find one, the WCHAN column may be helpful if&lt;BR /&gt;the process is waiting on some kernel event.&lt;BR /&gt;&lt;BR /&gt;If the PID is not accruing time then it's&lt;BR /&gt;likely hung in kernel code - often requiring&lt;BR /&gt;a system reboot to clear.  You can either&lt;BR /&gt;force a crash or run dumpsys for help identifying&lt;BR /&gt;the problem.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 23:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037974#M138</guid>
      <dc:creator>Jason Orendorf</dc:creator>
      <dc:date>2003-07-31T23:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the tomcat process.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037975#M139</link>
      <description>Tomcat runs without a problem by using the internet express administration programs.&lt;BR /&gt;This is the only supported way - have a look into the documentation. Starting/Stopping is also done by the administration gui, but you can use also the scripts within /sbin/init.d.&lt;BR /&gt;&lt;BR /&gt;I have had a lot of customers trying to configure and administrate the tomcat manually and failed. Using the gui works out of the box ;-)&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2003 06:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037975#M139</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2003-08-01T06:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the tomcat process.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037976#M140</link>
      <description>Now i have configured and tomcat eaxmples are not coming up giving this error &lt;BR /&gt;&lt;BR /&gt;"HTTP Status 500 - &lt;BR /&gt;type Exception report&lt;BR /&gt;&lt;BR /&gt;message &lt;BR /&gt;&lt;BR /&gt;description The server encountered an internal error () that prevented it from fulfilling this request.&lt;BR /&gt;&lt;BR /&gt;exception &lt;BR /&gt;&lt;BR /&gt;org.apache.jasper.JasperException: Unable to compile class for JSP&lt;BR /&gt;&lt;BR /&gt;An error occurred at line: -1 in the jsp file: null&lt;BR /&gt;&lt;BR /&gt;Generated servlet error:&lt;BR /&gt;    [javac] Since fork is true, ignoring compiler setting.&lt;BR /&gt;    [javac] Compiling 1 source file&lt;BR /&gt;    [javac] Since fork is true, ignoring compiler setting.&lt;BR /&gt;&lt;BR /&gt;Plz tell me what to do with this ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 04:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037976#M140</guid>
      <dc:creator>Yogesh Nerkar</dc:creator>
      <dc:date>2003-08-04T04:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the tomcat process.</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037977#M141</link>
      <description>reinstalling Internet Express using the Gui?&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 05:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-kill-the-tomcat-process/m-p/3037977#M141</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2003-08-04T05:38:43Z</dc:date>
    </item>
  </channel>
</rss>

