On Fri, 6 Sep 2002, Turner, John wrote: > As an aside, the delays you've been experiencing integrating Apache > with Tomcat are related to your OS (AIX) and the connectors' build > scripts not being AIX-friendly, not to either Apache or Tomcat. > > Integrating Apache with Tomcat with either mod_jk or mod_webapp is > actually quite simple, and very quick, once all the pieces are in > place.
You keep saying this, but I'd like to dispute it a bit :-). I'd say that it *can* be quick and simple, but that it also can be problematic. That qualification you add about having all the pieces in place is a big one, and it sometimes takes a bit of work to reach that point -- getting everything you need, all the right versions, installing them properly, etc.. For example, I like to think I have some idea about this stuff :-), but in fact I was unable to successfully build mod_jk.so (coincidentally, it was for AIX, and I agree building stuff for AIX tends to be more problematic than for other platforms, but then again, I have successfully built lots of other stuff on AIX). (In the end, I let our sysadmins do it, because they have machines set up explictly for this kind of stuff, and have lots of experience building Apache and other open source stuff.) > > -----Original Message----- > > From: Manoj Kithany [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, September 05, 2002 7:20 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: Re: configuring 4.0.4 with Apache 2.0.40 (mod_jk) > > > > > > Hi John, > > > > Syntax Error "Addmodule" means that your Apache is NOT > > installed with DSO - > > Dynamic Shared Object - check on that. Try installing Apache using... > > ./configure --prefix=/usr/local/apache --enable-so > > > > I am also struggling integrating APache with Tomcat. I had > > been working for > > 7 days on this - still trying to figure it out. > > > > Anyways, good luck. > > > > Manoj G. Kithany > > > > > > > > > > >From: "Blackmore, John" <[EMAIL PROTECTED]> > > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > > >To: "'[EMAIL PROTECTED]'" > > <[EMAIL PROTECTED]> > > >Subject: configuring 4.0.4 with Apache 2.0.40 (mod_jk) > > >Date: Thu, 05 Sep 2002 19:11:09 -0400 > > > > > >I'm struggling like mad trying to get this to work, and I've > > had nothing > > >but > > >problems. I'm in Solaris 8, Apache 2.0.40, and Tomcat 4.0.4. > > First, is this > > >hopeless? Do I need to up/downgrade something? I'd be grateful for a > > >success > > >story at this point, someone that has this environment. > > > > > >After compiling mod_jk.so (took about 2 days), I added the > > lines from the > > >mod_jk howto to httpd.conf: > > > > > >LoadModule jk_module libexec/mod_jk.so > > >AddModule mod_jk.c > > >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] " > > > > > >except there is no libexec, so I used lib. I copied the > > mod_jk.so by hand > > >since 'ant install' didn't work. I also changed the dirs to > > what my dirs > > >really are for JkWorkersFile and JkLogFile. I get the > > following error when > > >starting Apache: > > > > > >Syntax error on line 232 of /Tools/Apache/conf/httpd.conf: > > >Invalid command 'AddModule', perhaps mis-spelled or defined > > by a module not > > >included in the server configuration > > > > > >I have no idea what this means - can anyone help? > > > > > >Thanks, > > >John Milt Epstein Research Programmer Systems and Technology Services (STS) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
