Hi

I am using
CentOS release 5.2 (Final)
jdk1.5.0_16
httpd-2.2.3-11.el5_2.centos.4
tomcat-5.5.27

I tried compiling mod_jk.so 
I used tomcat-connectors-1.2.27-src.tar.gz
resultant mod_jk.so was copied to /etc/httpd/modules/ directory

-----workers.properties
worker.list=worker1
worker.worker1.type=ajp13
worker.worker1.host=server2.utvi.com
worker.worker1.port=8009
-----mod_jk.conf
LoadModule    jk_module  modules/mod_jk.so
JkWorkersFile /etc/httpd/conf/workers.properties
JkShmFile     /var/log/httpd/mod_jk.shm
JkLogFile     /var/log/httpd/mod_jk.log
JkLogLevel    info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkMount /testapp worker1
JkMount /testapp/*.jsp worker1
JkMount /testapp/* worker1

----------------------------------------------------------------------
Same procedure was folowed with Tomcat Version 6.0.16
where I am going wrong...

-- 
View this message in context: 
http://www.nabble.com/Problem-with-mod_jk-installation-tp19639347p21289943.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to