RE: mod_jk.dll Support

2007-01-02 Thread JiaDong Huang
Thanks for the clarification. I happened to read some old documentation (on
the Tomcat site) mentioning the DLL and got the wrong/confusing feelings.

Dong

-Original Message-
From: Rainer Jung [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 2 January 2007 6:44 PM
To: Tomcat Users List
Subject: Re: mod_jk.dll Support

The tomcat connectors exist as a plugin for various web servers (Apache 
httpd 1.3, 2.0, 2.2, IIS and Sun). Depending on the web server you use, 
you have to download the appropriate file.

All variants are in the directory

http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2
.20/

At the bottom of the directory index view, there is an explanation, 
which file you will need:

 * mod_jk-apache-1.3.37.so is for Apache 1.3.x. Rename to mod_jk.so 
before putting it in your Apache/modules directory
 * mod_jk-apache-2.0.58.so is for Apache 2.0, and works with Apache 
2.0.58 and later. Rename to mod_jk.so before putting it in your 
Apache2/modules directory.
 * mod_jk-apache-2.2.3.so is for Apache 2.2, and works with Apache 
2.2.3 and later. Rename to mod_jk.so before putting it in your 
Apache2/modules directory.
 * isapi_redirect.dll is for IIS 5 and later Web Server.
 * nsapi_redirect.dll is for Sun ONE Web Server 6.1 and later 
(formerly Netscape iPlanet).
 * jk_symbols.zip contans debug (.pdb) information for all modules.

Please note, that module files for Apache httpd traditionally have file 
names ending in .so, not in .dll.

Regards,

Rainer Jung

JiaDong Huang wrote:
 Hi,
 
  
 
 This is a re-post as a new email thread. Thanks Mark pointing it out - I
did
 not realize using reply would cause confusion to the mailing list.
 
  
 
 I can not find the mod_jk.dll from jk-1.2.20 build. Does it mean that is
not
 supported any more? Or I should use the mod_jk-apache-2.2.3.so instead?
 
  
 
 Thanks!
 
  
 
 Dong

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk.dll Support

2007-01-01 Thread Mark Thomas
JiaDong Huang wrote:
 Hi,
 
 I can not find the mod_jk.dll from jk-1.2.20 build. Does it mean that is not
 supported any more? Or I should use the mod_jk-apache-2.2.3.so instead?
 
 Thanks!
 
 Dong

When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. To many of the list archiving services and mail clients
used by list subscribers this  makes your new message appear as part
of the old thread. This makes it harder for other users to find
relevant information when searching the lists.

This is known as thread hijacking and is behaviour that is frowned
upon on this list. Frequent offenders will be removed from the list.
It should also be noted that many list subscribers automatically
ignore any messages that hijack another thread.

The correct procedure is to create a new message with a new subject.
This will start a new thread.

Mark
tomcat-user-owner


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk.dll Support

2007-01-01 Thread Martin Gainty
dong-

download from Apache HTTP Server at
http://httpd.apache.org/download.cgi
mod_jk.dll is windows
mod_jk-apache-2.2.3.so is Unix

HTH
Martin --
--- 
This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary , confidential and exempt from disclosure. If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.
--- 
Le présent message électronique (y compris les pièces qui y sont annexées, le 
cas échéant) s'adresse au destinataire indiqué et peut contenir des 
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le 
destinataire de ce document, nous vous signalons qu'il est strictement interdit 
de le diffuser, de le distribuer ou de le reproduire.
- Original Message - 
From: Mark Thomas [EMAIL PROTECTED]
To: Tomcat Users List users@tomcat.apache.org
Sent: Monday, January 01, 2007 7:27 PM
Subject: Re: mod_jk.dll Support


 JiaDong Huang wrote:
 Hi,
 
 I can not find the mod_jk.dll from jk-1.2.20 build. Does it mean that is not
 supported any more? Or I should use the mod_jk-apache-2.2.3.so instead?
 
 Thanks!
 
 Dong
 
 When starting a new thread (ie sending a message to the list about a
 new topic) please do not reply to an existing message and change the
 subject line. To many of the list archiving services and mail clients
 used by list subscribers this  makes your new message appear as part
 of the old thread. This makes it harder for other users to find
 relevant information when searching the lists.
 
 This is known as thread hijacking and is behaviour that is frowned
 upon on this list. Frequent offenders will be removed from the list.
 It should also be noted that many list subscribers automatically
 ignore any messages that hijack another thread.
 
 The correct procedure is to create a new message with a new subject.
 This will start a new thread.
 
 Mark
 tomcat-user-owner
 
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


RE: mod_jk.dll Support

2007-01-01 Thread JiaDong Huang
Thanks Martin for the reply, I don't seem to be able to find the DLL from
the Apache HTTP Server at http://httpd.apache.org/download.cgi.

Something must be going not quite right - I have been trying to download
mod_jk.dll from the link below, which is the proposed place, for Tomcat
component. I can not find mod_jk.dll, but find the mod_jk-apache-2.2.3.so
instead, with some confusing documentation.

http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2
.20/

Dong

-Original Message-
From: JiaDong Huang [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 2 January 2007 11:54 AM
To: users@tomcat.apache.org
Subject: mod_jk.dll Support

Hi,

 

This is a re-post as a new email thread. Thanks Mark pointing it out - I did
not realize using reply would cause confusion to the mailing list.

 

I can not find the mod_jk.dll from jk-1.2.20 build. Does it mean that is not
supported any more? Or I should use the mod_jk-apache-2.2.3.so instead?

 

Thanks!

 

Dong

 



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]