Rename the pre-built Apache/Tomcat connector binary to mod_jk.so and place it in the Apache modules directory. The original file includes the version number and should be mod_jk-apache-2.2.21.so (for a 32-bit installation) or mod_jk-apache-2.2.x64.so (for a 64-bit installation).
Add a workers.properties file in the Apache conf folder, containing the following:
# Define 1 real worker using ajp13 worker.list=worker1 # Set properties for worker1 (ajp13) worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 worker.worker1.lbfactor=50 worker.worker1.cachesize=10 worker.worker1.cache_timeout=600 worker.worker1.socket_keepalive=1 worker.worker1.recycle_timeout=300