Here is my documentation on integrating apache + tomcat on RH 9.0. For admin simplicity, I keep the RedHat apache install.
http://www.meritonlinesystems.com/docs/ On Mon, 2003-08-11 at 09:18, John Turner wrote: > unplug wrote: > > > I have installed RH9 and it contains apache2.0.40. Then I installed > > tomcat4.1.27 by binary. After that I want to integrate them to work > > together by using jk2. What is the easy way to integrate them? > > Use a connector. > > http://jakarta.apache.org/tomcat/faq/connectors.html > > > Any > > document that shows step by step integration? > > http://jakarta.apache.org/tomcat/faq/connectors.html > > > I found jakarta site have a related document about it. But I can't > > find the bin mod_jk2 for 2.0.40 in jakarta site. Where can I find > > mod_jk2 for 2.0.40? Any guide line to build it myself? I wonder why > > jakarta site doesn't have mod_jk2-2.0.40 for download. > > Because the 2.0.40 included with RH default installations is a munged > Apache distribution. > > In my opinion, you shouldn't use it, and instead should build and > install Apache from source. But that's me. > > If you want to use RH's 2.0.40, you will need to download the connector > source from here: > > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ > > and build your .so file yourself against the 2.0.40 distribution that > you have. You will need to know the location of apxs. Typcially, the > steps for building the .so files from source are: > > 1. unpack source > 2. find buildconf.sh > 3. execute buildconf.sh > 4. execute configure like this: > > ./configure --with-apxs=/some/path/to/apxs > > 5. make > 6. make install > > If step #6 doesn't work for you, and step #5 was successful, then do a > "find" for "mod_jk*.so" and when you find it, copy it to your Apache > modules directory. > > John > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
