Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 72914 invoked from network); 14 Apr 2003 11:59:51 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Apr 2003 11:59:51 -0000 Received: (qmail 742 invoked by uid 97); 14 Apr 2003 12:01:44 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 735 invoked from network); 14 Apr 2003 12:01:44 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 Apr 2003 12:01:44 -0000 Received: (qmail 71436 invoked by uid 500); 14 Apr 2003 11:59:31 -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 71425 invoked from network); 14 Apr 2003 11:59:31 -0000 Received: from unknown (HELO JTURNER) (207.86.123.243) by daedalus.apache.org with SMTP; 14 Apr 2003 11:59:31 -0000 Received: from JTURNER ([127.0.0.1]) by JTURNER with Microsoft SMTPSVC(5.0.2195.5329); Mon, 14 Apr 2003 07:59:28 -0400 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: error configuring with apache References: <20030411232907.57347.qmail@web10401.mail.yahoo.com> <1050107873.3477.650.camel@kwilliamsLinux> Message-ID: Content-Type: text/plain; charset=iso-8859-15; format=flowed From: John Turner Date: Mon, 14 Apr 2003 07:59:27 -0400 In-Reply-To: <1050107873.3477.650.camel@kwilliamsLinux> User-Agent: Opera7.03/Win32 M2 build 2670 X-OriginalArrivalTime: 14 Apr 2003 11:59:28.0861 (UTC) FILETIME=[4D5CF0D0:01C3027D] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If you want to stick with Red Hat's Apache, you will need to build mod_jk from source. It's trivial, provided everything else is setup (GNU build environment, etc). There are instructions for building it from source in my Solaris HOWTO at http://www.johnturner.com/howto. The steps are identical even though the HOWTO is for Solaris. A significant number of people don't use Red Hat's Apache even though they use Red Hat. That is why you are not finding binaries for Red Hat's .40. John On 11 Apr 2003 17:37:52 -0700, Kevin Williams wrote: > Thank you for the links Frank. I followed the links and they took me > back to the same mod_jk.so binaries for version 42 and 43. The > mod_jk.so I need is for version httpd version 2.0.40. > > I would think these files would be all over the place (a mod_jk.so for > every apache version out there), do most people just download the source > code and compile from source? If I were to do this for the > mod_jk.so-2.0.42 source, would it work with Apache 2.0.40? Am I just > missing something obvious? I remember this being exremely easy a couple > years ago... > > Once again, thanks for the help in advance! > > > EXTREMELY frustrated, > > Kevin > > > > On Fri, 2003-04-11 at 16:29, Frank Garber wrote: >> Kevin, >> >> Here's the JK docy page: >> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html >> >> Downloads are here: >> http://jakarta.apache.org/tomcat/tomcat-4.1- >> doc/jk2/jk/aphowto.html#Obtaining%20mod_jk >> >> Good luck, >> >> Frank >> >> --- Kevin Williams wrote: >> > Thanks again Tim, >> > > Being an individual that likes to simply install and run with things >> > (and Redhat's auto-update functionality is nice), I would like to >> remain >> > on http 2.0.40 RPM. Regretfully, this RPM does not come with mod_jk, >> or >> > mod_jk2. Does anyone know where I can find a compatable module? I've >> > tried the mod_jk-2.0.42 and mod_jk-2.0.43 versions (obviously newer >> than >> > my 2.0.40 apache RPM version). I haven't been able to find any other >> > mod_jk.so modules on the tomcat site... >> > > Thanks, >> > > Kevin Williams >> > > On Fri, 2003-04-11 at 15:15, Tim Funk wrote: >> > > I am pretty sure that apache2 modules and the apache2 binary must be >> the >> > same > > version. So if you upgrade apache in the future you also need >> to recompile > > the binaries. >> > > > > -Tim >> > > > > Kevin Williams wrote: >> > > > Ok, >> > > > > > > For the sake of simplicity, I have decided to use mod_jk. I >> have >> > > > configured Tomcat and restarted it successfully with the conf file >> that >> > > > is included in httpd.conf. When I restart Apache, I get the >> following >> > > > error, > > > > > > "httpd failed. The error was: Stopping httpd: >> [FAILED] >> > > > Starting httpd: httpd: module "mod_jk.c" is not compatible with >> this >> > > > version of Apache. >> > > > Please contact the vendor for the correct version. >> > > > [FAILED]" >> > > > > > > I am running apache 2.0.40-8 (Redhat 8.0 rpm install) and >> am using the >> > > > mod_jk-2.0.43.so connector. Do I need a different mod_jk.so file? >> > > > > > > Thanks, >> > > > > > > Kevin Williams >> > > > > > > > > > On Thu, 2003-04-10 at 21:10, Bill Barker wrote: >> > > > > > >>The auto-generated mod_jk.conf is for use with mod_jk (v1.x >> for the >> > pedantic >> > > >>:). It doesn't work (and should throw errors) if using mod_jk2. >> Jk2 has >> > a >> > > >>CLI auto-config (o.a.jk.conf.WebXml2Jk), but I've never used it >> myself. > At >> > > >>the moment, the low-pain route is to use mod_jk with ApacheConfig. >> > > >> >> > > >>Note on the previous post: mod_webapp forwards all requests to >> your >> > context >> > > >>to Tomcat (Jk equivalent: JkMount /myapp/* ajp13) , so it doesn't >> match >> > your >> > > >>needs (without restructuring your web-app). >> > > >> >> > > >>"Kevin Williams" wrote in message >> > > >>news:OMEDJNAENCMLKMGAFKDFGEKPCBAA.kewilliams@dreamhousefund.com... >> > > >> >> > > >>>Thanks for the advice Tim, >> > > >>> >> > > >>>I now have another issue (I remember this being so easy to do a >> couple >> > > >> >> > > >>years >> > > >> >> > > >>>ago...) >> > > >>> >> > > >>>I am now using the mod_jk2 component. I have installed with >> Tomcat (and >> > > >> >> > > >>it >> > > >> >> > > >>>looks successful since the mod_jk.conf file generated >> automatically and >> > > >>>tomcat ran through port 8080). >> > > >>> >> > > >>>I am still getting a funky error with Apache though when I run >> the >> > > >>>configtest on it: "Syntax error on line 4 of >> > > >> >> > > >>/etc/tomcat4/auto/mod_jk.conf: >> > > >> >> > > >>>Can't locate API module structure 'jk_module' in file >> > > >>>/etc/httpd/modules/mod_jk2.so: /usr/lib/libapr.so.0: undefined >> symbol: >> > > >>>jk_module". >> > > >>> >> > > >>>Am I missing something here? I have the mod_jk2 file in the >> modules >> > > >> >> > > >>folder. >> > > >> >> > > >>>I don't why this error occurs. >> > > >>> >> > > >>>Thanks in advance, >> > > >>> >> > > >>>Kevin Williams >> > > >>> >> > > >>>-----Original Message----- >> > > >>>From: Tim Funk [mailto:funkman@joedog.org] >> > > >>>Sent: Thursday, April 10, 2003 10:35 AM >> > > >>>To: Tomcat Users List >> > > >>>Subject: Re: error configuring with apache >> > > >>> >> > > >>> >> > > >>>I'd stay away from warp and go back to jk2. Jk2 is actively >> maintained >> > and >> > > >>>warp has not been maintained for some time. >> > > >>> >> > > >>>-Tim >> > > >>> >> > > >>>Kevin Williams wrote: >> > > >>> >> > > >>>>All, >> > > >>>> >> > > >>>>I'm completely stumped and hope someone can help me. I need to >> > > >>>>configure Apache so that it serves the static pages and forwards >> the >> > > >>>>dynamic pages to tomcat. For this I decided to use the Webapp >> > Connector >> > > >>>>(WARP). >> > > >>>> >> > > >>>>I downloaded the mod_webapp.so file from >> > > >>>>http://jakarta.apache.org/builds/jakarta-tomcat- >> 4.0/archives/v4.0.1/bin >> > > >>>>(it was in the webapp-modules-1.0-tc40-linux-glibc2.2.tar.gz >> file). >> > > >>>> >> > > >>>>I then copied the mod_webapp.so file to the modules directory >> and added >> > > >>>>the following to my httpd.conf file: "LoadModule webapp_module >> > > >>>>modules/mod_webapp.so" >> > > >>>> >> > > >>>>To test this confuration I ran apachectl configtest. Instead of >> > success >> > > >>>>I got the following error: "cannot load >> > /etc/httpd/modules/mod_weball.so >> > > >>>>into server: /etc/httpd/modules/mod_webapp.sp: undefined symbol: >> > > >>>>ap_pstrdup." >> > > >>>> >> > > >>>>I have no idea what this error message means, or how to fix it. >> My >> > > >>>>other option is to use the JK2 connector, but WARP seems much >> easier to >> > > >>>>configure (and is supposed more efficient as well). >> > > >>>> >> > > >>>>I am running on Redhat Linux 8.0 w/ Apache HTTP 2. >> > > >>>> >> > > >>>>Thanks in advance, >> > > >>>> >> > > >>>>Kevin Williams >> > > >>> >> > > >>> >> > > >>>------------------------------------------------------------------ >> >> >> --- >> > > >>>To unsubscribe, e-mail: tomcat-user- >> unsubscribe@jakarta.apache.org >> > > >>>For additional commands, e-mail: tomcat-user- >> help@jakarta.apache.org >> > > >> >> > > >> >> > > >> >> > > >> >> > > >>------------------------------------------------------------------- >> >> >> -- >> > > >>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >> > > >>For additional commands, e-mail: tomcat-user- >> help@jakarta.apache.org >> > > >> >> > > >> >> > > > > > > > > > > > > > > > ------------------------------------------- >> >> >> -------------------------- >> > > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >> > > > For additional commands, e-mail: tomcat-user- >> help@jakarta.apache.org >> > > > > > > > > > > > > ------------------------------------------------- >> >> >> -------------------- >> > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >> > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >> > > > > > > > > --------------------------------------------------------- >> >> >> ------------ >> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >> > >> >> >> ===== >> __________________________________________________ >> >> My full time permanent email address is always: garberfc@coolsite.net >> >> __________________________________________________ >> Do you Yahoo!? >> Yahoo! Tax Center - File online, calculators, forms, and more >> http://tax.yahoo.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org