# After Installing Apache and Tomcat :- # Installing and configuring mod_jk To make connection between Tomcat and Apache, you will need to download and install mod_jk connector. I chose to download the current source from the Apache archives:- http://archive.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.15/ [root@map007 /]# cd /usr/local [root@map007 local]# wget http://archive.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.15/jakarta-tomcat-connectors-1.2.15-src.tar.gz [root@map007 local]# tar -zxvf jakarta-tomcat-connectors-1.2.15-src.tar.gz Change to [...]
Tomcat with Apache Integration ?
Dec-21st-2008
By piyushmap in Tomcat
