<?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 apache-tomcat integration not happening in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-tomcat-integration-not-happening/m-p/2837306#M717693</link>
    <description>Hi, &lt;BR /&gt;I am facing a problem while integrating Apache on Tomcat on the HP-UX 11.00 workstation. &lt;BR /&gt;&lt;BR /&gt;I have compiled mod_jk.so and have included the same in my httpd.conf file in apache as &lt;BR /&gt;LoadModule jk_module mod_jk.so &lt;BR /&gt;AddModule mod_jk.c &lt;BR /&gt;&lt;BR /&gt;Also have included the mod_jk.conf in the bottom of the httpd.conf file as: &lt;BR /&gt;Include /(my tomcat home)/conf/jk/mod_jk.conf. &lt;BR /&gt;&lt;BR /&gt;and my mod_jk.conf file reads as &lt;BR /&gt;&lt;IFMODULE mod_jk.c=""&gt; &lt;BR /&gt;JkWorkersFile /home/agilent/tomcat/conf/jk/workers.properties &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JkLogFile /home/agilent/tomcat/logs/jk.log &lt;BR /&gt;&lt;BR /&gt;JkLogLevel emerg &lt;BR /&gt;&lt;BR /&gt;JkMount /admin ajp13 &lt;BR /&gt;JkMount /admin/* ajp13 &lt;BR /&gt;JkMount /examples ajp13 &lt;BR /&gt;JkMount /examples/* ajp13 &lt;BR /&gt;JkMount /rsrm ajp13 &lt;BR /&gt;JkMount /rsrm/* ajp13 &lt;BR /&gt;&lt;/IFMODULE&gt; &lt;BR /&gt;&lt;BR /&gt;With this setup I am trying to access tomcat with url: &lt;BR /&gt;http://(ip address)/examples/jsp/index.html &lt;BR /&gt;but I am getting an internal server error. &lt;BR /&gt;&lt;BR /&gt;What else I need to configure??? &lt;BR /&gt;&lt;BR /&gt;I tried to include the following in my httpd.conf file: &lt;BR /&gt;JKWorkersFile /(tomcat home)/conf/jk/workers.properties while my workers.properties reads as &lt;BR /&gt;&lt;BR /&gt;workers.tomcat_home=C:\jakarta-tomcat &lt;BR /&gt;workers.java_home=C:\jdk1.3.1_04 &lt;BR /&gt;ps=worker.ajp12.port=8009 &lt;BR /&gt;worker.ajp12.host=localhost &lt;BR /&gt;worker.ajp12.type=ajp13 &lt;BR /&gt;&lt;BR /&gt;With this setup I am getting an error in tomcat server saying &lt;BR /&gt;&lt;BR /&gt;BAD packet 256 &lt;BR /&gt;In : : [B@86df0f 4/843 &lt;BR /&gt;01 00 03 47..... etc &lt;BR /&gt;&lt;BR /&gt;and my catalina.log file reads as: &lt;BR /&gt;Ajp13Processor[8009] [Ajp13] incomplete read, waited # -1 got only 0 &lt;BR /&gt;&lt;BR /&gt;Can any one help me on this :-( &lt;BR /&gt;&lt;BR /&gt;regards, &lt;BR /&gt;Paramesh &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Nov 2002 11:27:34 GMT</pubDate>
    <dc:creator>paramesh</dc:creator>
    <dc:date>2002-11-01T11:27:34Z</dc:date>
    <item>
      <title>apache-tomcat integration not happening</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-tomcat-integration-not-happening/m-p/2837306#M717693</link>
      <description>Hi, &lt;BR /&gt;I am facing a problem while integrating Apache on Tomcat on the HP-UX 11.00 workstation. &lt;BR /&gt;&lt;BR /&gt;I have compiled mod_jk.so and have included the same in my httpd.conf file in apache as &lt;BR /&gt;LoadModule jk_module mod_jk.so &lt;BR /&gt;AddModule mod_jk.c &lt;BR /&gt;&lt;BR /&gt;Also have included the mod_jk.conf in the bottom of the httpd.conf file as: &lt;BR /&gt;Include /(my tomcat home)/conf/jk/mod_jk.conf. &lt;BR /&gt;&lt;BR /&gt;and my mod_jk.conf file reads as &lt;BR /&gt;&lt;IFMODULE mod_jk.c=""&gt; &lt;BR /&gt;JkWorkersFile /home/agilent/tomcat/conf/jk/workers.properties &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JkLogFile /home/agilent/tomcat/logs/jk.log &lt;BR /&gt;&lt;BR /&gt;JkLogLevel emerg &lt;BR /&gt;&lt;BR /&gt;JkMount /admin ajp13 &lt;BR /&gt;JkMount /admin/* ajp13 &lt;BR /&gt;JkMount /examples ajp13 &lt;BR /&gt;JkMount /examples/* ajp13 &lt;BR /&gt;JkMount /rsrm ajp13 &lt;BR /&gt;JkMount /rsrm/* ajp13 &lt;BR /&gt;&lt;/IFMODULE&gt; &lt;BR /&gt;&lt;BR /&gt;With this setup I am trying to access tomcat with url: &lt;BR /&gt;http://(ip address)/examples/jsp/index.html &lt;BR /&gt;but I am getting an internal server error. &lt;BR /&gt;&lt;BR /&gt;What else I need to configure??? &lt;BR /&gt;&lt;BR /&gt;I tried to include the following in my httpd.conf file: &lt;BR /&gt;JKWorkersFile /(tomcat home)/conf/jk/workers.properties while my workers.properties reads as &lt;BR /&gt;&lt;BR /&gt;workers.tomcat_home=C:\jakarta-tomcat &lt;BR /&gt;workers.java_home=C:\jdk1.3.1_04 &lt;BR /&gt;ps=worker.ajp12.port=8009 &lt;BR /&gt;worker.ajp12.host=localhost &lt;BR /&gt;worker.ajp12.type=ajp13 &lt;BR /&gt;&lt;BR /&gt;With this setup I am getting an error in tomcat server saying &lt;BR /&gt;&lt;BR /&gt;BAD packet 256 &lt;BR /&gt;In : : [B@86df0f 4/843 &lt;BR /&gt;01 00 03 47..... etc &lt;BR /&gt;&lt;BR /&gt;and my catalina.log file reads as: &lt;BR /&gt;Ajp13Processor[8009] [Ajp13] incomplete read, waited # -1 got only 0 &lt;BR /&gt;&lt;BR /&gt;Can any one help me on this :-( &lt;BR /&gt;&lt;BR /&gt;regards, &lt;BR /&gt;Paramesh &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2002 11:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-tomcat-integration-not-happening/m-p/2837306#M717693</guid>
      <dc:creator>paramesh</dc:creator>
      <dc:date>2002-11-01T11:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: apache-tomcat integration not happening</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-tomcat-integration-not-happening/m-p/2837307#M717694</link>
      <description>I am having problems even getting apache to start using your same situation.  Do you have any problems starting apache with the LoadModule mod_jk.so?&lt;BR /&gt;&lt;BR /&gt;Kyle</description>
      <pubDate>Thu, 20 Nov 2003 09:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-tomcat-integration-not-happening/m-p/2837307#M717694</guid>
      <dc:creator>Kyle Brown_1</dc:creator>
      <dc:date>2003-11-20T09:34:14Z</dc:date>
    </item>
  </channel>
</rss>

