Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-03 Thread Ron

so should  I using mod_jk2.

Not sure why the developers have created two versions anyways, I though
maybe mod_jk2 was for apache 2
- Original Message -
From: Nikola Milutinovic [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, June 03, 2002 6:04 AM
Subject: Re: Apache 2.x and tomcat 4.x integration - Unix


  whats the difference between
  mod_jk and mod_jk2

 I believe mod_jk2 uses improved AJPv1.4 protocol for communication and is
generally the future of mod_jk and AJPv1.3

 Nix.



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




Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-03 Thread Nikola Milutinovic

 so should  I using mod_jk2.

Bear in mind that mod_jk2 might still be experimental.

Nix.



Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-02 Thread Nikola Milutinovic

[EMAIL PROTECTED] wrote:

 Hi -
 
 I have not used Apache/Tomcat for awhile.
 I am trying to configure Apache 2x and Tomcat 4x - Unix.
 
  The most recent I have found is
  integrating Apache 1.3.24 with Tomcat  
  4.0.3. 
 
  Is it possible to integrate 2x with
  Tomcat?  If so, where can I find   
  documentation? Where can I find the binary 
  for mod_webapp?

The rules are the same - you need either one of these: mod_webapp, mod_jk or 
mod_jk2 to connect Apache 2.0.x and Tomcat 4.x.y.

Recent versions of mod_webapp, bundled with mod_jk and mod_jk2 in 
Jakarta-Tomcat-connectors will build for Apache2. Actually, building is far less 
painful, since APR is already in Apache2.

I don't know about binaries, but building is not too hard. I've built all three 
on Tru64 UNIX, though I've verified only mod_webapp operation.

Nix.


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




Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-02 Thread Ron

whats the difference between
mod_jk and mod_jk2

- Original Message -
From: Nikola Milutinovic [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Sunday, June 02, 2002 6:23 PM
Subject: Re: Apache 2.x and tomcat 4.x integration - Unix


 [EMAIL PROTECTED] wrote:

  Hi -
 
  I have not used Apache/Tomcat for awhile.
  I am trying to configure Apache 2x and Tomcat 4x - Unix.
 
   The most recent I have found is
   integrating Apache 1.3.24 with Tomcat
   4.0.3.
 
   Is it possible to integrate 2x with
   Tomcat?  If so, where can I find
   documentation? Where can I find the binary
   for mod_webapp?

 The rules are the same - you need either one of these: mod_webapp, mod_jk
or
 mod_jk2 to connect Apache 2.0.x and Tomcat 4.x.y.

 Recent versions of mod_webapp, bundled with mod_jk and mod_jk2 in
 Jakarta-Tomcat-connectors will build for Apache2. Actually, building is
far less
 painful, since APR is already in Apache2.

 I don't know about binaries, but building is not too hard. I've built all
three
 on Tru64 UNIX, though I've verified only mod_webapp operation.

 Nix.


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



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




Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-02 Thread Nikola Milutinovic

 whats the difference between
 mod_jk and mod_jk2

I believe mod_jk2 uses improved AJPv1.4 protocol for communication and is generally 
the future of mod_jk and AJPv1.3

Nix.



Apache 2.x and tomcat 4.x integration - Unix

2002-05-31 Thread Paula_J_Bosch


Hi -

I have not used Apache/Tomcat for awhile.
I am trying to configure Apache 2x and Tomcat 4x - Unix.

 The most recent I have found is
 integrating Apache 1.3.24 with Tomcat  
 4.0.3. 

 Is it possible to integrate 2x with
 Tomcat?  If so, where can I find   
 documentation? Where can I find the binary 
 for mod_webapp?

 Thanks, Paula  






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




Apache 2.x and tomcat 4.x integration

2002-05-30 Thread Paul Dobson

I have been away from the apache/tomcat scene for a while.  I am trying to
find the best place to start.
The most recent info I have found is for integrating apache 1.3.24 with
tomcat 4.0.3.
Is possible to integrate any more recent versions of apache to tomcat 4.x?
If so, where could I find documentation?

Thanks!
Paul

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




RE: Apache 2.x and tomcat 4.x integration

2002-05-30 Thread Lee Chin Khiong

Please refer to this page :
http://www.galatea.com/flashguides/apache-tomcat-24-win32.xml


-Original Message-
From: Paul Dobson [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 1:59 AM
To: [EMAIL PROTECTED]
Subject: Apache 2.x and tomcat 4.x integration


I have been away from the apache/tomcat scene for a while.  I am trying to
find the best place to start.
The most recent info I have found is for integrating apache 1.3.24 with
tomcat 4.0.3.
Is possible to integrate any more recent versions of apache to tomcat 4.x?
If so, where could I find documentation?

Thanks!
Paul

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



Re: Apache 2.x and tomcat 4.x integration

2002-05-30 Thread riaan . minne


I have got Apache 4.0.3 working with Apache 2. It was very simple. I added
the mod_jk.dll to my modules dir in my apache intallation.  Then i added
the following to my http.conf .

### Section EXTRA: Tomcat-Binding
#
# Using mod_jk.dll to redirect dynamic calls to Tomcat
IfModule !mod_jk.c
LoadModule jk_module modules/mod_jk.dll
/IfModule
JkWorkersFile c:/Apache Tomcat 4.0/conf/workers.properties
JkLogFile c:/Apache Tomcat 4.0/logs/mod_jk.log
JkMount /servlet/* ajp13
JkMount /*.jsp ajp13
JkMount /soap/* ajp13

And create the workers.properties file in Tomcat's conf dir with following
in.

workers.tomcat_home=c:\Apache Tomcat 4.0
workers.java_home=c:\jdk1.3.1_02
ps=\
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1

and that was it ;-)

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this in error, please contact the sender and delete the material from any
computer.


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