<?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: Jakarta Tomcat 4.0.4 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/jakarta-tomcat-4-0-4/m-p/2782954#M833533</link>
    <description>Online book (converted to html) named "A Hitch-Hiker's guide to Tomcat" can be found at:&lt;BR /&gt;&lt;A href="http://tomcatbook.sourceforge.net/book/defaulthtml/index.html" target="_blank"&gt;http://tomcatbook.sourceforge.net/book/defaulthtml/index.html&lt;/A&gt;&lt;BR /&gt;You might need some socket-patches.. as described at:&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0xb68b06295e00d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0xb68b06295e00d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Aug 2002 08:54:56 GMT</pubDate>
    <dc:creator>Ceesjan van Hattum</dc:creator>
    <dc:date>2002-08-09T08:54:56Z</dc:date>
    <item>
      <title>Jakarta Tomcat 4.0.4</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jakarta-tomcat-4-0-4/m-p/2782953#M833532</link>
      <description>Jentlemen,&lt;BR /&gt;&lt;BR /&gt;01. Can anyone suggest a Good Reference book on Jakarta Tomcat 4.0.4 (Servelet engine)?&lt;BR /&gt;02. Is there any kernel parameter / patch tuning required for installing and using this on my HP9000 A400 / HPUX 11.0?.&lt;BR /&gt;03. I hv JDK 131 in my box , how do i improve performance ?.&lt;BR /&gt;&lt;BR /&gt;Thanks for your valuable time&lt;BR /&gt;&lt;BR /&gt;kaps</description>
      <pubDate>Fri, 09 Aug 2002 08:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jakarta-tomcat-4-0-4/m-p/2782953#M833532</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2002-08-09T08:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Jakarta Tomcat 4.0.4</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jakarta-tomcat-4-0-4/m-p/2782954#M833533</link>
      <description>Online book (converted to html) named "A Hitch-Hiker's guide to Tomcat" can be found at:&lt;BR /&gt;&lt;A href="http://tomcatbook.sourceforge.net/book/defaulthtml/index.html" target="_blank"&gt;http://tomcatbook.sourceforge.net/book/defaulthtml/index.html&lt;/A&gt;&lt;BR /&gt;You might need some socket-patches.. as described at:&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0xb68b06295e00d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0xb68b06295e00d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2002 08:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jakarta-tomcat-4-0-4/m-p/2782954#M833533</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-09T08:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Jakarta Tomcat 4.0.4</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jakarta-tomcat-4-0-4/m-p/2782955#M833534</link>
      <description>thanks&lt;BR /&gt;&lt;BR /&gt;I hv some more probs.&lt;BR /&gt;&lt;BR /&gt;My startup script for tomcat returns to the prompt immd. But it takes round about 4-5 minutes to initialise all the servletts &amp;amp; connectors. How can i ammend the startup script so that it gives the prompt back only after completing all the initialisation tasks&lt;BR /&gt;&lt;BR /&gt;kaps....</description>
      <pubDate>Tue, 13 Aug 2002 15:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jakarta-tomcat-4-0-4/m-p/2782955#M833534</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2002-08-13T15:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Jakarta Tomcat 4.0.4</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jakarta-tomcat-4-0-4/m-p/2782956#M833535</link>
      <description>Once the server starts it detaches into the background&lt;BR /&gt;like a good daemon.  You will need to add a loop to monitor&lt;BR /&gt;progress.  If it doens't start listening until it has &lt;BR /&gt;completed initialization you&lt;BR /&gt;can grep netstat -an.&lt;BR /&gt;&lt;BR /&gt;Depending on what is logged you could also watch the log&lt;BR /&gt;until the server indictates&lt;BR /&gt;initialization is complete.&lt;BR /&gt;&lt;BR /&gt;I have a similiar problem where out database needs to &lt;BR /&gt;be up when we start our web server.  The web server&lt;BR /&gt;startup script checks to see&lt;BR /&gt;if it can connect to the db.&lt;BR /&gt;If not it loops until it can.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2002 18:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jakarta-tomcat-4-0-4/m-p/2782956#M833535</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-08-13T18:43:29Z</dc:date>
    </item>
  </channel>
</rss>

