Re: mod_jk for Apache 2 on Win32?

2002-04-30 Thread Jacob Kjome

Hello Goetz,

This has been all over the list so a simple search would be in order
here, but here is where you can find the mod_jk.dll for Apache2:
http://www.acg-gmbh.de/mod_jk/

You also might neeed an updated workers.properties file.  I'll attach
mine for reference.

Jake


Tuesday, April 30, 2002, 5:13:19 AM, you wrote:

GB WHAT I WANT TO DO
GB   Integrating Apache 2 and Tomcat 4 on the Win32 platform.

GB PROBLEM
GB   Could not find a mod_jk module which works with Apache 2.

GB WHAT I TRIED ALREADY
GB   AFAIK it does not make a difference whether I use Tomcat 3.x or 4.x =
GB Tried the mod_jk module in the Tomcat 3.x distribution.

GB Since I could not find a version for apache 2.0 I tried the apache 1.3
GB version
GB (http://jakarta.apache.org/builds/jakarta-tomcat/native-3.3/win32/apache
GB 1.3/mod_jk.dll). This was rejected by apache with the message Cannot
GB load C:/apps/apache2/modules/mod_jk.dll into server: The specified
GB module could not be found. Of course I checked the path three times.

GB   So I assume that this .dll is only working for Apache 1.3

GB QUESTIONS
GB - Where can I get a mod_jk.dll for Apache 2?
GB - Do I have to built it myself?

GB Thanks for any suggestions
GB Goetz

GB --
GB To unsubscribe:   mailto:[EMAIL PROTECTED]
GB For additional commands: mailto:[EMAIL PROTECTED]
GB Troubles with the list: mailto:[EMAIL PROTECTED]



-- 
Best regards,
 Jacobmailto:[EMAIL PROTECTED]


workers.properties
Description: Binary data

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


Re: mod_jk for Apache 2 on Win32?

2002-04-30 Thread bm

HI jake

I copied the mod_jk into the modules dir of the apache
and then used your workers file also.what else i need to do  ?

Can you please help me doing this apache 2 and tomcat 4 combination?
If you have any small write up ,,, pls send it to me


I appreciate your help

thanks in advance
BM

Jacob Kjome wrote:

 Hello Goetz,

 This has been all over the list so a simple search would be in order
 here, but here is where you can find the mod_jk.dll for Apache2:
 http://www.acg-gmbh.de/mod_jk/

 You also might neeed an updated workers.properties file.  I'll attach
 mine for reference.

 Jake

 Tuesday, April 30, 2002, 5:13:19 AM, you wrote:

 GB WHAT I WANT TO DO
 GB   Integrating Apache 2 and Tomcat 4 on the Win32 platform.

 GB PROBLEM
 GB   Could not find a mod_jk module which works with Apache 2.

 GB WHAT I TRIED ALREADY
 GB   AFAIK it does not make a difference whether I use Tomcat 3.x or 4.x =
 GB Tried the mod_jk module in the Tomcat 3.x distribution.

 GB Since I could not find a version for apache 2.0 I tried the apache 1.3
 GB version
 GB (http://jakarta.apache.org/builds/jakarta-tomcat/native-3.3/win32/apache
 GB 1.3/mod_jk.dll). This was rejected by apache with the message Cannot
 GB load C:/apps/apache2/modules/mod_jk.dll into server: The specified
 GB module could not be found. Of course I checked the path three times.

 GB   So I assume that this .dll is only working for Apache 1.3

 GB QUESTIONS
 GB - Where can I get a mod_jk.dll for Apache 2?
 GB - Do I have to built it myself?

 GB Thanks for any suggestions
 GB Goetz

 GB --
 GB To unsubscribe:   mailto:[EMAIL PROTECTED]
 GB For additional commands: mailto:[EMAIL PROTECTED]
 GB Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 Best regards,
  Jacobmailto:[EMAIL PROTECTED]

   
  Name: workers.properties
workers.propertiesType: unspecified type (application/octet-stream)
  Encoding: base64

   
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: mod_jk for Apache 2 on Win32?

2002-04-30 Thread bm

Hi jakes

How to switch the -autoconf in tomcat 3.3.1
thanks in advance
I appreciate your help
BM

Jacob Kjome wrote:

 Hello bm,

 You will need to create a mod_jk.conf that looks something like the
 ones I am attaching (hint, I created mod_jk.conf with Tomcat 3.3.1 by having my
 webapps installed there and starting it up with the -autoconf
 switch...then I modified the paths to work with my Tomcat 4.x.x
 config).  mod_jk.conf will make Apache2 serve static stuff and
 mod_jk.conf-alt will make Apache2 forward *everything* to Tomcat.
 The advantage of the former is that it takes a load off Tomcat, the
 advantage of the latter is that you need not worry about special
 mappings matching up with those in your web.xml.

 Then, you need the following at the end of your httpd.conf:

 # Include the configuration for Apache Jakarta Tomcat 4.x.x/Apache Web Server Adapter
 Include C:/Program Files/Apache 
Group/Jakarta/tomcat-4-nightly-20020404/conf/mod_jk/mod_jk.conf

 Just point that Include directive to wherever you are storing
 mod_jk.conf.

 That should be about it.

 jake

 Tuesday, April 30, 2002, 11:50:21 AM, you wrote:

 bpc HI jake

 bpc I copied the mod_jk into the modules dir of the apache
 bpc and then used your workers file also.what else i need to do  ?

 bpc Can you please help me doing this apache 2 and tomcat 4 combination?
 bpc If you have any small write up ,,, pls send it to me

 bpc I appreciate your help

 bpc thanks in advance
 bpc BM

 bpc Jacob Kjome wrote:

  Hello Goetz,
 
  This has been all over the list so a simple search would be in order
  here, but here is where you can find the mod_jk.dll for Apache2:
  http://www.acg-gmbh.de/mod_jk/
 
  You also might neeed an updated workers.properties file.  I'll attach
  mine for reference.
 
  Jake
 
  Tuesday, April 30, 2002, 5:13:19 AM, you wrote:
 
  GB WHAT I WANT TO DO
  GB   Integrating Apache 2 and Tomcat 4 on the Win32 platform.
 
  GB PROBLEM
  GB   Could not find a mod_jk module which works with Apache 2.
 
  GB WHAT I TRIED ALREADY
  GB   AFAIK it does not make a difference whether I use Tomcat 3.x or 4.x =
  GB Tried the mod_jk module in the Tomcat 3.x distribution.
 
  GB Since I could not find a version for apache 2.0 I tried the apache 1.3
  GB version
  GB (http://jakarta.apache.org/builds/jakarta-tomcat/native-3.3/win32/apache
  GB 1.3/mod_jk.dll). This was rejected by apache with the message Cannot
  GB load C:/apps/apache2/modules/mod_jk.dll into server: The specified
  GB module could not be found. Of course I checked the path three times.
 
  GB   So I assume that this .dll is only working for Apache 1.3
 
  GB QUESTIONS
  GB - Where can I get a mod_jk.dll for Apache 2?
  GB - Do I have to built it myself?
 
  GB Thanks for any suggestions
  GB Goetz
 
  GB --
  GB To unsubscribe:   mailto:[EMAIL PROTECTED]
  GB For additional commands: mailto:[EMAIL PROTECTED]
  GB Troubles with the list: mailto:[EMAIL PROTECTED]
 
  --
  Best regards,
   Jacobmailto:[EMAIL PROTECTED]
 

   Name: workers.properties
 workers.propertiesType: unspecified type (application/octet-stream)
   Encoding: base64
 

  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 Best regards,
  Jacobmailto:[EMAIL PROTECTED]

   
   Name: mod_jk.conf-alt
mod_jk.conf-altType: unspecified type (application/octet-stream)
   Encoding: base64

   Name: mod_jk.conf
mod_jk.confType: Plain Text (text/plain)
   Encoding: base64

   
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



Re: mod_jk for Apache 2 on Win32?

2002-04-30 Thread bm

hi jakes

thanks a lot
it works for me
Pls ignore my previous mail regarding autoconf switch.
I appreciate your help
BM


Jacob Kjome wrote:

 Hello bm,

 You will need to create a mod_jk.conf that looks something like the
 ones I am attaching (hint, I created mod_jk.conf with Tomcat 3.3.1 by having my
 webapps installed there and starting it up with the -autoconf
 switch...then I modified the paths to work with my Tomcat 4.x.x
 config).  mod_jk.conf will make Apache2 serve static stuff and
 mod_jk.conf-alt will make Apache2 forward *everything* to Tomcat.
 The advantage of the former is that it takes a load off Tomcat, the
 advantage of the latter is that you need not worry about special
 mappings matching up with those in your web.xml.

 Then, you need the following at the end of your httpd.conf:

 # Include the configuration for Apache Jakarta Tomcat 4.x.x/Apache Web Server Adapter
 Include C:/Program Files/Apache 
Group/Jakarta/tomcat-4-nightly-20020404/conf/mod_jk/mod_jk.conf

 Just point that Include directive to wherever you are storing
 mod_jk.conf.

 That should be about it.

 jake

 Tuesday, April 30, 2002, 11:50:21 AM, you wrote:

 bpc HI jake

 bpc I copied the mod_jk into the modules dir of the apache
 bpc and then used your workers file also.what else i need to do  ?

 bpc Can you please help me doing this apache 2 and tomcat 4 combination?
 bpc If you have any small write up ,,, pls send it to me

 bpc I appreciate your help

 bpc thanks in advance
 bpc BM

 bpc Jacob Kjome wrote:

  Hello Goetz,
 
  This has been all over the list so a simple search would be in order
  here, but here is where you can find the mod_jk.dll for Apache2:
  http://www.acg-gmbh.de/mod_jk/
 
  You also might neeed an updated workers.properties file.  I'll attach
  mine for reference.
 
  Jake
 
  Tuesday, April 30, 2002, 5:13:19 AM, you wrote:
 
  GB WHAT I WANT TO DO
  GB   Integrating Apache 2 and Tomcat 4 on the Win32 platform.
 
  GB PROBLEM
  GB   Could not find a mod_jk module which works with Apache 2.
 
  GB WHAT I TRIED ALREADY
  GB   AFAIK it does not make a difference whether I use Tomcat 3.x or 4.x =
  GB Tried the mod_jk module in the Tomcat 3.x distribution.
 
  GB Since I could not find a version for apache 2.0 I tried the apache 1.3
  GB version
  GB (http://jakarta.apache.org/builds/jakarta-tomcat/native-3.3/win32/apache
  GB 1.3/mod_jk.dll). This was rejected by apache with the message Cannot
  GB load C:/apps/apache2/modules/mod_jk.dll into server: The specified
  GB module could not be found. Of course I checked the path three times.
 
  GB   So I assume that this .dll is only working for Apache 1.3
 
  GB QUESTIONS
  GB - Where can I get a mod_jk.dll for Apache 2?
  GB - Do I have to built it myself?
 
  GB Thanks for any suggestions
  GB Goetz
 
  GB --
  GB To unsubscribe:   mailto:[EMAIL PROTECTED]
  GB For additional commands: mailto:[EMAIL PROTECTED]
  GB Troubles with the list: mailto:[EMAIL PROTECTED]
 
  --
  Best regards,
   Jacobmailto:[EMAIL PROTECTED]
 

   Name: workers.properties
 workers.propertiesType: unspecified type (application/octet-stream)
   Encoding: base64
 

  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 Best regards,
  Jacobmailto:[EMAIL PROTECTED]

   
   Name: mod_jk.conf-alt
mod_jk.conf-altType: unspecified type (application/octet-stream)
   Encoding: base64

   Name: mod_jk.conf
mod_jk.confType: Plain Text (text/plain)
   Encoding: base64

   
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: mod_jk for Apache 2 on Win32?

2002-04-30 Thread bm

Hi

then we need to set up open SSL on top of this combination
apache2.0.35+tomcat4.0.3+SSL

Any body has any idea of SSL combination for this suite ?

Jake. do you have any tips and tricks .? I appreciate your contribution.

thanks
BM

[EMAIL PROTECTED] wrote:

 hi jakes

 thanks a lot
 it works for me
 Pls ignore my previous mail regarding autoconf switch.
 I appreciate your help
 BM

 Jacob Kjome wrote:

  Hello bm,
 
  You will need to create a mod_jk.conf that looks something like the
  ones I am attaching (hint, I created mod_jk.conf with Tomcat 3.3.1 by having my
  webapps installed there and starting it up with the -autoconf
  switch...then I modified the paths to work with my Tomcat 4.x.x
  config).  mod_jk.conf will make Apache2 serve static stuff and
  mod_jk.conf-alt will make Apache2 forward *everything* to Tomcat.
  The advantage of the former is that it takes a load off Tomcat, the
  advantage of the latter is that you need not worry about special
  mappings matching up with those in your web.xml.
 
  Then, you need the following at the end of your httpd.conf:
 
  # Include the configuration for Apache Jakarta Tomcat 4.x.x/Apache Web Server 
Adapter
  Include C:/Program Files/Apache 
Group/Jakarta/tomcat-4-nightly-20020404/conf/mod_jk/mod_jk.conf
 
  Just point that Include directive to wherever you are storing
  mod_jk.conf.
 
  That should be about it.
 
  jake
 
  Tuesday, April 30, 2002, 11:50:21 AM, you wrote:
 
  bpc HI jake
 
  bpc I copied the mod_jk into the modules dir of the apache
  bpc and then used your workers file also.what else i need to do  ?
 
  bpc Can you please help me doing this apache 2 and tomcat 4 combination?
  bpc If you have any small write up ,,, pls send it to me
 
  bpc I appreciate your help
 
  bpc thanks in advance
  bpc BM
 
  bpc Jacob Kjome wrote:
 
   Hello Goetz,
  
   This has been all over the list so a simple search would be in order
   here, but here is where you can find the mod_jk.dll for Apache2:
   http://www.acg-gmbh.de/mod_jk/
  
   You also might neeed an updated workers.properties file.  I'll attach
   mine for reference.
  
   Jake
  
   Tuesday, April 30, 2002, 5:13:19 AM, you wrote:
  
   GB WHAT I WANT TO DO
   GB   Integrating Apache 2 and Tomcat 4 on the Win32 platform.
  
   GB PROBLEM
   GB   Could not find a mod_jk module which works with Apache 2.
  
   GB WHAT I TRIED ALREADY
   GB   AFAIK it does not make a difference whether I use Tomcat 3.x or 4.x =
   GB Tried the mod_jk module in the Tomcat 3.x distribution.
  
   GB Since I could not find a version for apache 2.0 I tried the apache 1.3
   GB version
   GB (http://jakarta.apache.org/builds/jakarta-tomcat/native-3.3/win32/apache
   GB 1.3/mod_jk.dll). This was rejected by apache with the message Cannot
   GB load C:/apps/apache2/modules/mod_jk.dll into server: The specified
   GB module could not be found. Of course I checked the path three times.
  
   GB   So I assume that this .dll is only working for Apache 1.3
  
   GB QUESTIONS
   GB - Where can I get a mod_jk.dll for Apache 2?
   GB - Do I have to built it myself?
  
   GB Thanks for any suggestions
   GB Goetz
  
   GB --
   GB To unsubscribe:   mailto:[EMAIL PROTECTED]
   GB For additional commands: mailto:[EMAIL PROTECTED]
   GB Troubles with the list: mailto:[EMAIL PROTECTED]
  
   --
   Best regards,
Jacobmailto:[EMAIL PROTECTED]
  
 
Name: workers.properties
  workers.propertiesType: unspecified type (application/octet-stream)
Encoding: base64
  
 
   --
   To unsubscribe:   mailto:[EMAIL PROTECTED]
   For additional commands: mailto:[EMAIL PROTECTED]
   Troubles with the list: mailto:[EMAIL PROTECTED]
 
  --
  Best regards,
   Jacobmailto:[EMAIL PROTECTED]
 

Name: mod_jk.conf-alt
 mod_jk.conf-altType: unspecified type (application/octet-stream)
Encoding: base64
 
Name: mod_jk.conf
 mod_jk.confType: Plain Text (text/plain)
Encoding: base64
 

  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: mod_jk for Apache 2 on Win32?

2002-04-30 Thread Jacob Kjome

Hmmm... unfortunately, you might have to move back to Apache 1.3.xx for 
ssl.  Tomcat supports it, but Apache2 for windows currently doesn't have 
ssl enabled.  Some bug that they need to figure out.  It will probably be 
in the next release.  I assume that in order for Apache to forward ssl 
requests, it must support mod_ssl first.

I have not done much with ssl and Tomcat or Apache, but I've seen lots of 
advice on how to set this up on the list.

Do a search on the thread tomcat and SSL (keyfile password).  That shows 
a step-by-step process of using the keysign tool and configuring your 
server.xml.

Let me know if you find any specific setup that needs to be done with 
mod_jk and ssl.  I don't yet have any info on that, but it might already 
exist in the Tomcat-docs, so you might want to check there first.

Jake

At 05:39 PM 4/30/2002 -0700, you wrote:
Hi

then we need to set up open SSL on top of this combination
apache2.0.35+tomcat4.0.3+SSL

Any body has any idea of SSL combination for this suite ?

Jake. do you have any tips and tricks .? I appreciate your 
contribution.

thanks
BM

[EMAIL PROTECTED] wrote:

  hi jakes
 
  thanks a lot
  it works for me
  Pls ignore my previous mail regarding autoconf switch.
  I appreciate your help
  BM
 
  Jacob Kjome wrote:
 
   Hello bm,
  
   You will need to create a mod_jk.conf that looks something like the
   ones I am attaching (hint, I created mod_jk.conf with Tomcat 3.3.1 by 
 having my
   webapps installed there and starting it up with the -autoconf
   switch...then I modified the paths to work with my Tomcat 4.x.x
   config).  mod_jk.conf will make Apache2 serve static stuff and
   mod_jk.conf-alt will make Apache2 forward *everything* to Tomcat.
   The advantage of the former is that it takes a load off Tomcat, the
   advantage of the latter is that you need not worry about special
   mappings matching up with those in your web.xml.
  
   Then, you need the following at the end of your httpd.conf:
  
   # Include the configuration for Apache Jakarta Tomcat 4.x.x/Apache 
 Web Server Adapter
   Include C:/Program Files/Apache 
 Group/Jakarta/tomcat-4-nightly-20020404/conf/mod_jk/mod_jk.conf
  
   Just point that Include directive to wherever you are storing
   mod_jk.conf.
  
   That should be about it.
  
   jake
  
   Tuesday, April 30, 2002, 11:50:21 AM, you wrote:
  
   bpc HI jake
  
   bpc I copied the mod_jk into the modules dir of the apache
   bpc and then used your workers file also.what else i need to do  ?
  
   bpc Can you please help me doing this apache 2 and tomcat 4 
 combination?
   bpc If you have any small write up ,,, pls send it to me
  
   bpc I appreciate your help
  
   bpc thanks in advance
   bpc BM
  
   bpc Jacob Kjome wrote:
  
Hello Goetz,
   
This has been all over the list so a simple search would be in order
here, but here is where you can find the mod_jk.dll for Apache2:
http://www.acg-gmbh.de/mod_jk/
   
You also might neeed an updated workers.properties file.  I'll attach
mine for reference.
   
Jake
   
Tuesday, April 30, 2002, 5:13:19 AM, you wrote:
   
GB WHAT I WANT TO DO
GB   Integrating Apache 2 and Tomcat 4 on the Win32 platform.
   
GB PROBLEM
GB   Could not find a mod_jk module which works with Apache 2.
   
GB WHAT I TRIED ALREADY
GB   AFAIK it does not make a difference whether I use Tomcat 3.x 
 or 4.x =
GB Tried the mod_jk module in the Tomcat 3.x distribution.
   
GB Since I could not find a version for apache 2.0 I tried the 
 apache 1.3
GB version
GB 
 (http://jakarta.apache.org/builds/jakarta-tomcat/native-3.3/win32/apache
GB 1.3/mod_jk.dll). This was rejected by apache with the message 
 Cannot
GB load C:/apps/apache2/modules/mod_jk.dll into server: The specified
GB module could not be found. Of course I checked the path three 
 times.
   
GB   So I assume that this .dll is only working for Apache 1.3
   
GB QUESTIONS
GB - Where can I get a mod_jk.dll for Apache 2?
GB - Do I have to built it myself?
   
GB Thanks for any suggestions
GB Goetz
   
GB --
GB To 
 unsubscribe:   mailto:[EMAIL PROTECTED]
GB For additional commands: 
 mailto:[EMAIL PROTECTED]
GB Troubles with the list: 
 mailto:[EMAIL PROTECTED]
   
--
Best regards,
 Jacobmailto:[EMAIL PROTECTED]
   

 
 Name: workers.properties
   workers.propertiesType: unspecified type 
 (application/octet-stream)
 Encoding: base64
   

 
--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]
  
   --
   Best regards,
Jacob