hi,
i've looked through just about every webpage out their on this topic and i just cant get it to work.
have any of you got apache and tomcat working together through mod_jk?
i'm trying to get this working on windows 2000 (desktop), using apache2 and tomcat 5.5. its loading up the mod_jk.dll but when i get to workers.properties file, the startup halts and gives the message that the workers.properties file can not be found and there is a syntax error in httpd.
-------extract from httpd---------------------------
#Tomcat conf
JkWorkersFile C:/Tomcat5/conf/jk/workers.properties (line of syntax error)
JkLogFile C:/Tomcat5/logs/mod_jk.log
JkLogLevel info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
#Redirect
JkMount /*.jsp ajp13
----------------------------------------------------
-------------workers.properties---------------------
workers.tomcat_home=C:/Tomcat5
workers.java_home=C:/j2sdk1.4.2_05
ps=/
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
----------------------------------------------------
can anyone help?
cheers,
spikes