Hi, there:
 
I have problems to integrate TomCat5.0.28 with IIS5 on Win2000. The problem
seems that from Apache web site it says JK2 was deprecated ( it's weird to
deprecate the higher version of product, isn't it?) and recommended to use
JK1.2 ( the latest version is JK1.2.15). However, in TomCat5.0.28 server.xml
it seems using JK2 by default like:
--------------------------------------------------------------------
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector port="8009" 
               enableLookups="false" redirectPort="8443" debug="0"
               protocol="AJP/1.3" />
Also from log it says:
INFO: JK2: ajp13 listening on /0.0.0.0:8009
---------------------------------------------------------------------
 
So, my question is: how can I set up TomCat5.0.28 to use JK1.2.15? By the
way did anyone get TomCat5.0.28 + JK1.2.15 + IIS 5 working? Could you please
share some of your experience?
 
Thanks a lot in advance, highly appreciated any comments or suggestions.
 
David

Reply via email to