Thanks for your help... I need to use the jk connector since I am using IIS with tomcat. As a result I need the worker and the URI worker map files. Is this assumption correct? Can I use the .properties files from tomcat v3.2.4 but change the worker mapped to the URIs to ajp13 since that is the one tomcat v4.1.24 uses?
FYI: I was looking at the doc at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html#Configu ring%20the%20ISAPI%20Redirector in reference to the configuration in the registry. Jeff http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.3 /bin/win32/ -----Original Message----- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 8:32 AM To: Tomcat Users List Subject: Re: ISAPI Redirector On Fri, 6 Jun 2003 07:21:40 -0400, Jeffrey Cummings <[EMAIL PROTECTED]> wrote: > I need some help? > > 1. The most recent date I see for the ISAPI Redirector is 20-Nov-2001 at > http://jakarta.apache.org/builds/jakarta- > tomcat/release/v3.2.4/bin/win32/i38 > 6/. Should I be using this with tomcat 4.1.24? I wouldn't. Try: http://jakarta.apache.org/builds/jakarta-tomcat- connectors/jk/release/v1.2.2/bin/win32/ (Jan 03) or http://jakarta.apache.org/builds/jakarta-tomcat- connectors/jk/release/v1.2.3/bin/win32/ (May 03) > 2. Why does the tomcat distribution for tomcat 4.1.24 not come with the > worker. properties and uriworkermap.properties Because those properties files are only for use with a JK or JK2 connector, which in turn is only needed if you are using Apache HTTP Server + Tomcat. Apache HTTP Server is NOT required for Tomcat use, on any port, thus, there is no need to include .properties files in the distribution when they don't serve any purpose for all of the people who use Tomcat stand-alone without integrating it with any other server application. > 3. What is the URL for the tomcat user archive? There are several, perhaps many. http://www.mail-archive.com/[EMAIL PROTECTED]/ is one that I know of, as is http://marc.theaimsgroup.com/?l=tomcat-user John -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ --------------------------------------------------------------------- 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]
