Rinominare il file binario del connettore Apache/Tomcat pre-integrato in mod_jk.so e inserirlo nella directory modules Apache. Il file originale include il numero della versione e deve essere mod_jk-apache-2.2.21.so per le installazioni a 32 bit e mod_jk-apache-2.2.x64.so per le installazioni a 64 bit.
Aggiungere un file workers.properties nella cartella conf Apache, che contiene quanto segue:
# 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