Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 55639 invoked from network); 7 Jan 2003 19:53:04 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 7 Jan 2003 19:53:04 -0000 Received: (qmail 8274 invoked by uid 97); 7 Jan 2003 19:53:59 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 8244 invoked by uid 97); 7 Jan 2003 19:53: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 8230 invoked by uid 98); 7 Jan 2003 19:53:58 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <83F0258A9996D311B14200A0C98F173602F22B64@aas-internet.aas.com> From: "Turner, John" To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector issue Date: Tue, 7 Jan 2003 14:45:22 -0500 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, CoyoteConnector can support multiple protocols: JK, JK2, HTTP, HTTPS, depending on how it's used, what port it is listening on, etc. CoyoteConnector is enabled by default on port 8009 in Tomcat 4.1.x for JK/JK2. If you disable that connector and enable Ajp13Connector (disabled by default in Tomcat 4.1.x) on port 8009 instead, you can only use JK. Note that the ApacheConfig auto-gen feature for JK is distinct from the connector class you are using for JK. You can use ApacheConfig with CoyoteConnector, as long as you use mod_jk and not mod_jk2 on the Apache side. John > -----Original Message----- > From: adrian [mailto:adrianthiele@netzero.net] > Sent: Tuesday, January 07, 2003 1:27 PM > To: Tomcat Users List > Subject: Re: mod_jk tomcat/apache connector issue > > > One more idea, look at mod_jk.conf, I had the same error last night. > Line 4 dictates where mod_jk.so is located. I ran apachectl configtest > and it told me that mod_jk was not located at /etc/httpd/libexec/ > I included the modJk=/usr/lib/apache/mod_jk.so , but it didn`t > work until I put mod_jk.so where it was looking. > Line 4 is the include for mod_jk.so. > Sounds like the same problem. > I was wrong about the connector, John said last night the JK2 > connectors > backwards compatable with jk. > -- To unsubscribe, e-mail: For additional commands, e-mail: