Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 50642 invoked from network); 20 Aug 2002 12:05:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 Aug 2002 12:05:47 -0000 Received: (qmail 23695 invoked by uid 97); 20 Aug 2002 12:05:58 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 23679 invoked by uid 97); 20 Aug 2002 12:05:58 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 23667 invoked by uid 98); 20 Aug 2002 12:05:57 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <83F0258A9996D311B14200A0C98F173602755556@aas-internet.aas.com> From: "Turner, John" To: 'Tomcat Users List' Subject: RE: Can't get tomcat4 + mod_jk + apache to work Date: Tue, 20 Aug 2002 08:05:24 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Well, the only thing I see different from my How-To is that you are using the binary connector instead of building it from source. I'm not clear on what exact difference "noeapi" makes in building the connector. If you'd like to contact me offline, I can send you the *.so file from my build...I'm not sure what the etiquette is for posting binaries here. Also, what's in /usr/local/jakarta-tomcat-4.0.4/logs/mod_jk.log??? John Turner jturner@NOSPAM.aas.com -----Original Message----- From: Scott Adamson [mailto:scottadamson@sywaretech.com.au] Sent: Monday, August 19, 2002 11:45 AM To: Tomcat Users List Subject: Can't get tomcat4 + mod_jk + apache to work I have been trying for the last week to get Apache + mod_jk + Tomcat 4 to work. I have confirmed that Tomcat works on 8080, confirmed that Apache is running. My configuration is as follows : OS - Redhat Linux 6.2 Java - JAVA_HOME="/usr/java/jdk1.3" Installed via RPM Tomcat - Installed binary distribution of jakarta 4.0.4 at /usr/local/jakarta-tomcat-4.0.4 Created jakarta-tomcat-4.0.4/conf/jk/workers.properties as follows : workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4 workers.java_home=/usr/java/jdk1.3 ps=/ worker.list=ajp12, ajp13 worker.ajp13.port=8009 worker.ajp13.host=toecutter worker.ajp13.type=ajp13 Modified jakarta-tomcat-4.0.4/conf/server.xml as follows : (see attached) #added line .... and #added line Apache - Compiled Apache1.3.19 with the following config - ./configure --prefix=/usr/local/apache2 --enable-module=so Added the following to httpd.conf (see attached) Include /usr/local/jakarta-tomcat-4.0.4/conf/auto/mod_jk.conf mod_jk - Added the binary mod_jk-3.3-ap13-noeapi.so to /usr/local/apache2/libexec /apache2/logs/error_log contains the following : [Tue Aug 20 02:08:20 2002] [error] [client 192.168.0.7] File does not exist: /usr/local/apache2/htdocs/examples/ indicating that it isn't even trying to redirect and looks for /examples under /apache2/htdocs Can someone please help me (thanks to those who have already tried), can someone see a problem with my configuration ? Scott Adamson Systems Administrator Syware Technology scottadamson@sywaretech.com.au http://upe.com.au -- To unsubscribe, e-mail: For additional commands, e-mail: