Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 79758 invoked from network); 22 Aug 2002 14:33:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Aug 2002 14:33:09 -0000 Received: (qmail 25337 invoked by uid 97); 22 Aug 2002 14:33:17 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 25321 invoked by uid 97); 22 Aug 2002 14:33:16 -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 25309 invoked by uid 98); 22 Aug 2002 14:33:16 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <83F0258A9996D311B14200A0C98F173602755588@aas-internet.aas.com> From: "Turner, John" To: 'Tomcat Users List' Subject: RE: TOMCAT AND APACHE Date: Thu, 22 Aug 2002 10:32:38 -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, if the file is there, and the path is correct, but you are getting a "file not found" message, I would look next at things like permissions. Does apache have permission to read that file? Is "G" drive a network-mapped drive or a local drive? What user is apache running as? John Turner -----Original Message----- From: Patrick Codere [mailto:patrick.codere@motovan.com] Sent: Thursday, August 22, 2002 10:33 AM To: 'Tomcat Users List' Subject: RE: TOMCAT AND APACHE Hi John, So I just tried changing the Tomcat and Apache directories removing the spaces. Now I get a new error message : Syntax error on line 4 of g:/tomcat/conf/auto/mod_jk.conf: Cannot load g:/apache/modules/mod_jk.dll into server: (126) The specified module could not be found: My mod_jk file looks like this: ########## Auto generated on Thu Aug 22 10:02:14 EDT 2002########## LoadModule jk_module "G:/Apache/modules/mod_jk.dll" JkWorkersFile "G:/Tomcat/conf/jk/workers.properties" JkLogFile "G:/Tomcat/logs/mod_jk.log" JkLogLevel emerg Thanks, Pat. -----Original Message----- From: Turner, John [mailto:JTurner@AAS.com] Sent: August 22, 2002 9:31 AM To: 'Tomcat Users List' Subject: RE: TOMCAT AND APACHE That configuration is known to work (though perhaps you would consider using tomcat 4.0.4 instead, but that wouldn't have an effect on your problem). Right off the bat, I would move both apache and tomcat to directories without spaces in the names. No hard and fast proof that that is what is causing your error, but it seems to be one of those mystery fixes that help in some cases. Something like "drive:\apache" and "drive:\tomcat" should do nicely. I realize the Apache installer puts things in "drive:\Apache Group" but that installer isn't built with the intention of integrating with tomcat. If you don't want to move your installations, try putting double-quotes around that whole line in your httpd.conf, or using the Windows shorthand: drive:\apache~1 is the same as drive:\Apache Group. John Turner jturner@NOSPAM.aas.com -----Original Message----- From: Patrick Codere [mailto:patrick.codere@motovan.com] Sent: Thursday, August 22, 2002 9:36 AM To: 'Tomcat Users List' Subject: TOMCAT AND APACHE Hi everyone, I was suggested on the list to integrate my Tomcat Standalone with Apache web server due to the large amount of static content of my site. I tried doing so, but can't get it to work properly. Config: Windows 2000, Tomcat 4.0.3, Apache 1.2.36, mod_jk.dll connector. I get, testing apache configuration: Syntax error on line 200 of g:/apache group/apache/conf/httpd.conf: Cannot load g:/apache group/apache/modules/mod_jk.dll into server: (126) The cified module could not be found: I am sure of NO TYPOS (copy + paste). mod_jk.dll is in the modules directory. Does anyone know of this problem? Can anyone suggest a better configuration? Would another combination of servers work better? rgds Pat, -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: