From owner-freebsd-questions Sat Feb 1 10:21:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E07F37B401 for ; Sat, 1 Feb 2003 10:21:29 -0800 (PST) Received: from sonic.futurequest.net (sonic.futurequest.net [63.151.144.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 7051943E4A for ; Sat, 1 Feb 2003 10:21:28 -0800 (PST) (envelope-from rich@foxengines.net) Received: (qmail 9264 invoked from network); 1 Feb 2003 18:21:27 -0000 Received: from foxengines.net (63.151.144.162) by sonic.futurequest.net (63.151.144.3 ); 01 Feb 2003 18:21:27 -0000 Received: from unknown (HELO [192.168.1.108]) (68.65.184.84) by foxengines.net (63.151.144.162) with ESMTP; 01 Feb 2003 18:21:27 -0000 Date: Sat, 1 Feb 2003 16:18:04 -0500 (EST) From: Rich Fox X-X-Sender: rich@test_server.no.domain Reply-To: Rich Fox To: FreeBSD General Mailing List Subject: Re: Tomcat's dogging me... In-Reply-To: <20030201140344.S714-100000@test_server.no.domain> Message-ID: <20030201161519.N714-100000@test_server.no.domain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Okay well I sorted out part of it anyways. The package /usr/ports/mod_jk/ that is in the FreeBSD 4.7 is not compatible with Apache 2.0. --well, or maybe it is, but it will not compile without some of the src files from the apache1.3 distribution, specifically, util_date.h and possibly http_conf_globals.h Rich. | Rich Fox | rich@foxengines.net | 86 Nobska Road | Woods Hole, MA 02543 | MA 508 548 4358 | VA 703 201 6050 On Sat, 1 Feb 2003, Rich Fox wrote: > Hi, > > Okay, after many hours I have tomcat installed and I can connect to it's > webserver. Unfortunately, I want to connect to to Apache and have it hand > off the requests to tomcat. > Here's the background and the most current glitches... > > FreeBSD 4.7-RELEASE > Jakarta-Tomcat 4.1.12 > Apache 2.0.43 > jdk1.2.2 > mod_jk-3.3-ap20.so // does this even work with tomcat 4?? > > ...and probably other things that I already forgot about. > > Okay, after adding the following lines to my httpd.conf, > > LoadModule jk_module libexec/apache2/mod_jk-3.3-ap20.so > AddModule mod_jk.c # why is this here? Isn't this compile-time stuff? > JkWorkersFile /usr/local/jakarta-tomcat/conf/workers.properties > JkLogFile /usr/local/apache/logs/mod_jk.log > JkLogLevel info > JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " > > when I try to start apache, I get: > > Syntax error on line 277 of /usr/local/etc/apache2/httpd.conf: > Cannot load /usr/local/libexec/apache2/mod_jk-3.3-ap20.so into server: > Shared object "libc.so.6" not found > > The catch is libc.so.6 is on the system. The mod_jk that I got was the > binary, and I got it as binary on the recommendation of the documentation > on jakarta.apache.org. It's my guess, that the binary doesn't know where > to look for the shared object. > > Can someone advise me on what to do here? > > There seem to be huge inconsistencies between the online documentation at > jakarta and what you get when you acquire the software or the behaviors of > the software. Has anyone else noticed this? E.g. saying some files are in > the distibution when they aren't... > > Also, I am interested in perusing the most basic functional configuration > file for Tomcat. I tried to build my own by walking through the > documentation, but I never got Tomcat to run correctly. If you have a > simple, hand built file that you'd like to share, I'd love to look at it. > > This installation has been so plagued with problems. Any assistance is > greatly appreciated. > > Thanks, > Rich. > > | Rich Fox > | rich@foxengines.net > | 86 Nobska Road > | Woods Hole, MA 02543 > | MA 508 548 4358 > | VA 703 201 6050 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message