Thank you Bill for clarifying. 

-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 05, 2005 10:25 PM
To: users@tomcat.apache.org
Subject: Re: How can I get TomCat5.0.28 use JK1.2


"David Chen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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?
>

Both Jk2 and Jk speak the same protocol to Tomcat.  The message is just that

you are using a very old version of Tomcat, so it still thinks that Jk2 is 
the current version.  Tomcat works just as well (and, can't even tell the 
difference :) with Jk as it does with Jk2.

> Thanks a lot in advance, highly appreciated any comments or suggestions.
>
> David
> 




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


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

Reply via email to