Category Archives: mod_jk

Install and Configure mod_jk for Apache2

sudo apt-get install libapache2-mod-jk sudo vim /etc/libapache2-mod-jk/workers.properties worker.list=worker1,jk-status worker.jk-status.type=status sudo vim /etc/apache2/mods-available/jk.conf   #Everything under root goes to tomcat JkMount  /share/* worker1 JkMount  /share worker1

Posted in apache2, mod_jk, ubuntu | Leave a comment