Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 58811 invoked from network); 20 Aug 2002 01:51:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 Aug 2002 01:51:21 -0000 Received: (qmail 16644 invoked by uid 97); 20 Aug 2002 01:51:33 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 16627 invoked by uid 97); 20 Aug 2002 01:51:33 -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 16503 invoked by uid 98); 20 Aug 2002 01:51:32 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-Id: <23800B46700A894382C8B0EEEA88E33802B0B10B@sw720x015.visa.com> From: "Wong, Benjamin" To: "'tomcat-user@jakarta.apache.org'" Subject: mod_jk and tomcat 3.3 Date: Mon, 19 Aug 2002 18:51:01 -0700 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 Hi, I am configuring Apache 2.0.4 and Tomcat 3.3 using mod_jk. I followed the "Working with mod_jk" instructions, copied the mod_jk.dll to the Apache modules directory, generated the mod_jk.conf file using tomcat, and included the directive Include c:/tomcat/conf/auto/mod_jk.conf in the apache httpd.conf file. When I launch "Apache -t", I kept getting the error: C:\Program Files\Apache Group\Apache2\bin>apache -t Syntax error on line 4 of C:/tomcat/conf/auto/mod_jk.conf: Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_jk.dll into server : The specified module could not be found. I'm puzzled as to why it can't find or load the mod_jk.dll file. Any suggestion would be greatly appreciated. Thanks. Ben ------- mod_jk.conf file below ----------------- LoadModule jk_module modules/mod_jk.dll JkWorkersFile "C:/tomcat/conf/jk/workers.properties" JkLogFile "C:/tomcat/logs/mod_jk.log" JkLogLevel emerg JkMount /admin ajp13 JkMount /admin/* ajp13 JkMount /examples ajp13 JkMount /examples/* ajp13 JkMount /test ajp13 JkMount /test/* ajp13 -- To unsubscribe, e-mail: For additional commands, e-mail: