From owner-freebsd-java Wed Apr 11 11:53: 7 2001 Delivered-To: freebsd-java@freebsd.org Received: from scoop.demon.nl (scoop.demon.nl [212.238.112.35]) by hub.freebsd.org (Postfix) with ESMTP id ECBC837B423 for ; Wed, 11 Apr 2001 11:53:03 -0700 (PDT) (envelope-from FreeBSD-Java@scoop.demon.nl) Received: from pentium.localnet.org (pentium.localnet.org [10.1.1.3]) by scoop.demon.nl (8.8.8/8.8.8) with SMTP id UAA03748 for ; Wed, 11 Apr 2001 20:16:14 +0200 Message-Id: <200104111816.UAA03748@scoop.demon.nl> X-Sender: michel@pop3.scoop.demon.nl (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Wed, 11 Apr 2001 20:18:29 +0200 To: freebsd-java@freebsd.org From: Michel Otte Subject: Tomcat's mod_jk initialization error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, My sincere apologies for my previous post which contained only HTML. I'm aware of the fact that many people use text-based mail readers. Normally, I do send e-mail in just plain-text, which I prefer too. The mailer I use has a bad habit of changing this behaviour when I insert text with "copy & paste" from my web-browser. I won't bother you with the details, but this is just what happened when I inserted the error-message. Thank you, Ernst de Haan, for taking the time to inform me. I'm trying to get mod_jk to work with Apache 1.3.19, but the initialization of the module fails with the error message ' Undefined symbol "map_name_at" ' when trying to start the apache server. Tomcat as standalone server or through mod_jserv works just fine. Even the compilation of mod_jk succeeds after mangling with the Makefile. I found a suggestion somewhere on the net to configure and compile Apache with --enable-rule=SHARED_CORE. So I recompiled Apache with this option and compiled mod_jk again. This resulted in a same-size mod_jk.so which is about 18 kilobytes big, or should I say small? "httpd -V" shows that Apache has been compiled with the SHARED_CORE option. Setup: * FreeBSD 4.2-RELEASE * Apache 1.3.19 (build from source) * JDK12-beta (build from the ports collection) * Tomcat 3.2.1 binary distribution * Trying to compile mod_jk from Tomcat 3.2.1-src distribution I couldn't find a clue anywhere, but I know it's possible to get this to work. Did I miss something stupid here? Kind regards, Michel Otte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message