- The system used in this tutorial has the following installed : Tomcat 6.0.14, Apache 2.2.8
- See on <tomcat_home>/conf/server.xml
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" /> - Download mod_jk from here
- Install mod_jk in Apache module directory
- On Linux, usual location :
- /usr/lib/apache/
- /usr/lib/apache2/
- /usr/local/apache/libexec/
- On Windows, usual location :
- C:\Program Files\Apache Group\Apache\modules\
- C:\Program Files\Apache Group\Apache2\modules\
- On Linux, usual location :
Sep 3, 2008
Configuring Tomcat and Apache using mod_jk
Posted by Heriman under tutorial | Tags: apache, mod_jk, tomcat |Leave a Comment