I'm trying to connect Apache to Tomcat using mod_jk.

When I start Apache, I get the following error:

Syntax error on line 4 of C:/jakarta-tomcat/conf/auto/mod_jk.conf:
LoadModule takes two arguments, a module name and the name of a shared
object file to load it from


Here's what written in line 4 of the mod_jk.conf:
  LoadModule jk_module C:/Program Files/Apache     
Group/Apache/modules/mod_jk.dll


Could anyone please help?


This is what I added in the server.xml to auto-generate the mod_jk.conf
file:
<Server port="8005" shutdown="SHUTDOWN" debug="0">
     <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" 
        modJk="C:\Program Files\Apache Group\Apache\modules\mod_jk.dll"
        workersConfig="C:\jakarta-tomcat\conf\jk\workers.properties.conf"
/>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to