Those files have nothing to do with JK2.  All of those files and settings
are for JK.  JK and JK2 are completely separate, and have different setup
requirements on the Apache side.

The Listener tags you listed in server.xml will only generate JK
configuration information, they serve no purpose if you are using JK2 and
can be deleted.

Files like workers.properties, commands like JkMount, etc. in httpd.conf are
JK-only and do nothing for JK2.

For more info consult the JK/JK2 documentation at:

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html (look for the
section in the menu that says "JK2").

John


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 03, 2003 12:12 PM
> To: [EMAIL PROTECTED]
> Subject: HELP PLEASE ON TOMCAT 4.x + APACHE 2.0.43 + 
> mod_jk2-2.0.43.dll
> 
> 
> 
> 
> 
> 
> 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]>

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

Reply via email to