RE: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread Turner, John


Mod_jk is an Apache module.  It goes on the machine that has Apache, in a
place that Apache has permission to access.

You don't need ant to install mod_jk.  Ant is just one of two options for
building mod_jk.  You can also use the traditional ./configure method to
build mod_jk.

You also don't need Apache 2.0.40.  Apache 1.3.26 is fine, and is the same
codebase as your existing version.

John


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 18, 2002 5:34 AM
 To: Tomcat Users List
 Subject: Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf 
 mod_jk.conf-auto
 
 
 snip
  Apache does not need J2SDK or JRE to function.  It has 
 nothing to do with
  java.
 
 Which of the 2 machines do I install mod_jk on :
 (1) on the web-server (Apache)   or
 (2) on the app-server (Tomcat)   or
 (3) both ???
 
 I remember one of the many doco's mentioned Apache and mod_jk , but I
 can't find that one again.
 
 I am getting so frustrated following instructions on the doco's at the
 moment because :
 (1) to get Apache to talk to Tomcat , I need mod_jk
 (1.1) ... Apache 1.3.16 is too old, build 2.0.4
 (2) to install mod_jk , I need ANT 
 (2.2) ... and no, I haven't got libtoolize !
 (3) to get ANT working I need the whole j2sdk1.4.0 kit and kaboodle...
 
 Okay, I have installed j2sdk before, but that was an older 
 version, so I
 have different versions - never mind , get to it
 
 --
 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: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread Matthew Hannigan


I compared the instructions between the 'ant' way and the 'configure'
way,  and seduced by the shortness of the instructions, I've
decided to go the configure route.

If you're not on Linux, with many developers utilities installed,
you've got a bit of downloading to do.

I'm doing this on Solaris8.

I'm in the middle of it now but so far I have worked out that:

To run buildconf.sh, you need libtool and autoconf and automake.
You can get them from gnu.org.  To get these going you need gnu m4
as well, obtainable from the same place.

I'll let you know how I go!

Regards,
Matt


Turner, John wrote:
 Mod_jk is an Apache module.  It goes on the machine that has Apache, in a
 place that Apache has permission to access.
 
 You don't need ant to install mod_jk.  Ant is just one of two options for
 building mod_jk.  You can also use the traditional ./configure method to
 build mod_jk.
 
 You also don't need Apache 2.0.40.  Apache 1.3.26 is fine, and is the same
 codebase as your existing version.
 
 John
 
 
 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 5:34 AM
To: Tomcat Users List
Subject: Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf 
mod_jk.conf-auto


snip

Apache does not need J2SDK or JRE to function.  It has 

nothing to do with

java.

Which of the 2 machines do I install mod_jk on :
(1) on the web-server (Apache)   or
(2) on the app-server (Tomcat)   or
(3) both ???

I remember one of the many doco's mentioned Apache and mod_jk , but I
can't find that one again.

I am getting so frustrated following instructions on the doco's at the
moment because :
(1) to get Apache to talk to Tomcat , I need mod_jk
(1.1) ... Apache 1.3.16 is too old, build 2.0.4
(2) to install mod_jk , I need ANT 
(2.2) ... and no, I haven't got libtoolize !
(3) to get ANT working I need the whole j2sdk1.4.0 kit and kaboodle...

Okay, I have installed j2sdk before, but that was an older 
version, so I
have different versions - never mind , get to it

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



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




Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana

Hi John.
Sorry to bother again.
Apache 2.0.40 is on one machine , the web-server (j2sdk NOT loaded
here).
Tomcat 4.0.4 and j2sdk1.4.0 are loaded on another machine, an
app-server.
Do I need j2sdk on the webserver as well ???

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




Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Robert L Sowders

I'm not John but I answer anyway.

Apache does not need J2SDK or JRE to function.  It has nothing to do with 
java.

rls





[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
09/17/2002 11:30 PM
Please respond to Tomcat Users List

 
To: Tomcat Users List [EMAIL PROTECTED]
cc: 
Subject:Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf  
mod_jk.conf-auto

Hi John.
Sorry to bother again.
Apache 2.0.40 is on one machine , the web-server (j2sdk NOT loaded
here).
Tomcat 4.0.4 and j2sdk1.4.0 are loaded on another machine, an
app-server.
Do I need j2sdk on the webserver as well ???

--
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: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana

snip
 Apache does not need J2SDK or JRE to function.  It has nothing to do with
 java.

Which of the 2 machines do I install mod_jk on :
(1) on the web-server (Apache)   or
(2) on the app-server (Tomcat)   or
(3) both ???

I remember one of the many doco's mentioned Apache and mod_jk , but I
can't find that one again.

I am getting so frustrated following instructions on the doco's at the
moment because :
(1) to get Apache to talk to Tomcat , I need mod_jk
(1.1) ... Apache 1.3.16 is too old, build 2.0.4
(2) to install mod_jk , I need ANT 
(2.2) ... and no, I haven't got libtoolize !
(3) to get ANT working I need the whole j2sdk1.4.0 kit and kaboodle...

Okay, I have installed j2sdk before, but that was an older version, so I
have different versions - never mind , get to it

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




Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Kent Perrier

On Wed, Sep 18, 2002 at 07:33:33PM +1000, [EMAIL PROTECTED] wrote:
 snip
  Apache does not need J2SDK or JRE to function.  It has nothing to do with
  java.
 
 Which of the 2 machines do I install mod_jk on :
 (1) on the web-server (Apache)   or
 (2) on the app-server (Tomcat)   or
 (3) both ???
 
 I remember one of the many doco's mentioned Apache and mod_jk , but I
 can't find that one again.
 
 I am getting so frustrated following instructions on the doco's at the
 moment because :
 (1) to get Apache to talk to Tomcat , I need mod_jk
 (1.1) ... Apache 1.3.16 is too old, build 2.0.4
 (2) to install mod_jk , I need ANT 
 (2.2) ... and no, I haven't got libtoolize !

You probably need to install the developer package, or build on a machine
that does.

 (3) to get ANT working I need the whole j2sdk1.4.0 kit and kaboodle...

So, why don't you build mod_jk on the machine that will run Tomcat and
then ftp/scp the mod_jk.so file over to your apache box?  You will have
to do this anyway for the mod_jk.conf file that Tomcat will automagically
create for you.

Kent

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