caanot restart apache after installing mod_jk connector
843836Apr 4 2005 — edited Apr 6 2005Hallo,
I have installed the mod_jk connector to use seperate apache and tomcat instances for my web ap. I followed the instructions here: http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html?page=2
After making changes to httpd.conf, I am unable to restart apache - the sevent viewer gives the following message:
"The Apache2 service terminated with service-specific error 1. "
I think it has something to do with the addmodule lines i've added. Here is what I added to httpd.conf:
AddModule mod_jk.c
# JkWorkersFile C:/tomcat/Tomcat 5.5/conf/workers.properties
# JkLogFile C:/tomcat/Tomcat 5.5/logs/mod_jk.log
# JkLogLevel debug
# Alias /toolkit C:/tomcat/Tomcat 5.5/webapps/toolkitv3
# JkMount /toolkit/servlet/* ajp13w
# JkMount /toolkit/*.jsp ajp13w
# <location "/toolkit/web-inf/">
# AllowOverride None
# deny from all
# </location
(all uncommented of course)
I hope someone out there can help me with this.
Thanks