In order to build JK Connector on Fedora Core 3, httpd-devel package containing apxs must be installed.
First, download JK Connector sources from http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/
Next, go to jk/native
directory and execute the following commands to build the connector:
|
|
Last, go to /etc/httpd/conf.d
and create jk.conf
file with the following example contents:
|
|
You are done!
The last section of jk.conf
defines the rules for blojsom web application and is written on per-application basis in this example.
Check out the log file (/opt/jakarta-tomcat-5.5.9/logs/mod_jk.log
) to see whether you have any problems.