Hi Geruel, You don't really need mod_jk or mod_jk2 these days to make Apache delegate requests to web applications on Tomcat. You can use the standard Apache module mod_proxy instead.
http://tomcat.apache.org/tomcat-5.5-doc/proxy-howto.html Regards, jeff -- --- "Geruel M. Casibu" <[EMAIL PROTECTED]> wrote: > Hi, > > I need help in Integrating Tomcat and Apache on > CentOS 4.3. I have been able to make tomcat works > but I cant integrate it with apache since I cant > figure out why I cant make the modules mod_jk.so and > mod_jk2.so build. > > I have tried so many guides and here are some of > those I really find so helpful. > > http://www.linuxmine.com/23.html > http://www.ozibug.com/doc/howto/apache-integration-howto.html#compile > http://penguincares.no-ip.org:9090/mylinuxtips/?p=241 > http://bbs.chinaunix.net/archiver/?tid-505142.html > http://edu.51cto.com/html/2005/0901/2285.htm > http://www.pixelfreak.net/howto/apache2_jk2_tomcat/socket.html > > > Even then, after issuing this commands, > tar zxvf > jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz > cd jakarta-tomcat-connectors-jk2-2.0.4-src/ > cd jk/native2 > #make clean > ./configure --with-apxs2=/usr/local/apache2/bin/apxs > make > cd ../build/jk2/apache2/ > cp mod_jk2.so /usr/local/apache2/modules/ --> (This > is not possible anymore) > > Since all my ../build/jk2/apache2/ folder contents > are > > -------------------------------------------------------------------------------- > -rw-r--r-- 1 root root 752 Jun 18 08:35 > mod_jk2.la > -rw-r--r-- 1 root root 326 Jun 18 08:35 > mod_jk2.lo > -rw-r--r-- 1 root root 52812 Jun 18 08:35 mod_jk2.o > > -------------------------------------------------------------------------------- > > > What am I going to do with it? > > How do I make the mod_jk2.so? > > > TIA, > > > Geruel > > > > > > -- > ---------------------------------------- > I am using the free version of SPAMfighter for > private users. > It has removed 6135 spam emails to date. > Paying users do not have this message in their > emails. > Get the free SPAMfighter here: > http://www.spamfighter.com/len > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > [email protected] (#PLUG @ irc.free.net.ph) > Read the Guidelines: http://linux.org.ph/lists > Searchable Archives: http://archives.free.net.ph __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

