Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 39606 invoked from network); 1 Feb 2001 15:59:10 -0000 Received: from office.ilan.net (216.27.3.20) by h31.sny.collab.net with SMTP; 1 Feb 2001 15:59:10 -0000 Received: by office.ilan.net with Internet Mail Service (5.5.2650.21) id ; Thu, 1 Feb 2001 10:58:43 -0500 Message-ID: <4A932AD204ECD311869F0090278A38035EC624@office.ilan.net> From: Mike Braden To: "'tomcat-user@jakarta.apache.org'" Subject: RE: TOMCAT/Apache & jk Date: Thu, 1 Feb 2001 10:58:42 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Nadia, I'm not sure about Digital Unix, but the first line should be the library file, which is usually a shared object library (Sun=.so, HPUX=.sl) i.e. LoadModule jk_module libexec/mod_jk.so > LoadModule jk_module libexec/mod_jk.c > AddModule mod_jk.c Also, make sure that mod_jk is built for your system. Did you compile mod_jk or get the binary from somewhere? Check /usr/local/libexec to make sure the object file is there and that it is the correct type. # file /usr/local/libexec/mod_status.so /usr/local/libexec/mod_status.so: ELF 32-bit LSB dynamic lib 80386 Version 1, dynamically linked, not stripped Make sure the file type reported back matches other libraries on your system (the architecture is the same). If it is wrong, then the file is not being built correctly. Thanks, Mike.