connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread Julien Martin
Hello,

After an extensive search in the mailing lists and and the web, I finally
ask for some help.

I am trying to connect apache tomcat 5.0 to apache 2.0.47 on a windows 2000
platform.

1. I am confused as the module directory of my install contains X.so files
and no X.dlls.  I thought X.so files were only for Unix. Is this new to the
2.0.47 release?
2. I can't find any mod_jk2.so in that directory nor can I find so file in
tomcat.  What is the file I need and where can I get it from?

Thanks in advance,

Julien.


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



Re: connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread Yann Cébron
 2. I can't find any mod_jk2.so in that directory nor can I find so file in
 tomcat.  What is the file I need and where can I get it from?

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.2/bin/win32/

just pick any of the .dll depending on the connector you want to use

read through the resources here to get started with configuring:
http://jakarta.apache.org/tomcat/faq/connectors.html

HTH,
Yann




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



Re: connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread John Turner
Files can have any extension.  Its not the extension that matters, but 
the library interface that the file uses.

Apache for Windows can use files that end in .so or .dll with no 
problems, provided they are built for the Windows platform.

You have to download the connector file from the Jakarta site or build 
it yourself, it doesn't come with Apache.

John

Julien Martin wrote:

Hello,

After an extensive search in the mailing lists and and the web, I finally
ask for some help.
I am trying to connect apache tomcat 5.0 to apache 2.0.47 on a windows 2000
platform.
1. I am confused as the module directory of my install contains X.so files
and no X.dlls.  I thought X.so files were only for Unix. Is this new to the
2.0.47 release?
2. I can't find any mod_jk2.so in that directory nor can I find so file in
tomcat.  What is the file I need and where can I get it from?
Thanks in advance,

Julien.

-
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]


Connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread Julien Martin
Hello,
I took the following steps:
1. I added the following line to httpd.conf:
LoadModule jk2_module modules/mod_jk_2.0.46.dll
2. I copied the mod_jk_2.0.46.dll into the modules directory.
Here is what I get:
Can't locate api module structure in file %path%\mod_jk_2.0.46.dll
Where can I get the 2.0.47 so module from?
Julien.



- Original Message -
From: Julien Martin [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 8:05 PM
Subject: connecting tomcat 5.0 to apache 2.0.47


 Hello,

 After an extensive search in the mailing lists and and the web, I finally
 ask for some help.

 I am trying to connect apache tomcat 5.0 to apache 2.0.47 on a windows
2000
 platform.

 1. I am confused as the module directory of my install contains X.so files
 and no X.dlls.  I thought X.so files were only for Unix. Is this new to
the
 2.0.47 release?
 2. I can't find any mod_jk2.so in that directory nor can I find so file in
 tomcat.  What is the file I need and where can I get it from?

 Thanks in advance,

 Julien.


 -
 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]



Re: Connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread John Turner
You have mod_jk.dll, not mod_jk2.dll.  Try:

LoadModule jk_module modules/mod_jk_2.0.46.dll

John

Julien Martin wrote:

Hello,
I took the following steps:
1. I added the following line to httpd.conf:
LoadModule jk2_module modules/mod_jk_2.0.46.dll
2. I copied the mod_jk_2.0.46.dll into the modules directory.
Here is what I get:
Can't locate api module structure in file %path%\mod_jk_2.0.46.dll
Where can I get the 2.0.47 so module from?
Julien.


- Original Message -
From: Julien Martin [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 8:05 PM
Subject: connecting tomcat 5.0 to apache 2.0.47


Hello,

After an extensive search in the mailing lists and and the web, I finally
ask for some help.
I am trying to connect apache tomcat 5.0 to apache 2.0.47 on a windows
2000

platform.

1. I am confused as the module directory of my install contains X.so files
and no X.dlls.  I thought X.so files were only for Unix. Is this new to
the

2.0.47 release?
2. I can't find any mod_jk2.so in that directory nor can I find so file in
tomcat.  What is the file I need and where can I get it from?
Thanks in advance,

Julien.

-
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]


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