All,

Can any one help me by providing a step by step procedure to configure
Apache 2.0.43 with Tomcat 4.0.18 using jk2. I have used jk previously but I
have problems in configuring jk2. How do I modify my files to make it work
with jk2. Thanks a lot for the help

I have the these entries for jk in httpd.conf

LoadModule jk2_module modules/mod_jk2-2.0.43.dll

JkWorkersFile "c:\tomcat\Tomcat-4-1-18\conf\jk\workers.properties"
JkLogFile "c:\tomcat\Tomcat-4-1-18\logs\mod_jk.log"
Include c:/tomcat/tomcat-4-1-18/conf/auto/mod_jk.conf

I have the these entries for jk in server.xml

<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
modJk="c:/apache/Apache2/modules/mod_jk-2.0.43.dll" />


<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
append="true" forwardAll="false"
modJk="c:/apache/Apache2/modules/mod_jk-2.0.43.dll" />



I have the these entries for jk in workers.properties

# BEGIN workers.properties
# Definition for Ajp13 worker
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
# END workers.properties


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

Reply via email to