Re: FW: jakarta_tomcat_mod_jk connector

2003-03-24 Thread Henri Gomez
-- Forwarded Message

From: Tony Lockhart [EMAIL PROTECTED]
Date: Fri, 21 Mar 2003 08:33:01 -0800 (PST)
To: [EMAIL PROTECTED]
Subject: Fwd: jakarta_tomcat_mod_jk connector
As followup to my previous note, I have contacted redhatLinux, and found that
their version of Apache for linux8.0 professional is httpd 2.0.40-e.  If you
could please advise me of which mod_jk connector is compatible with this
version of Apache and tomcat-4.1.1.18 and where I can download it, I would
greatly appreciate it.
You could try to use jk which works fine on my Redhat 8.0 with
Redhat modified Apache 2.0.40. But you should build it by hand
and read jk documentation on how to build it :
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/doc/jk/aphowto.html

BTW, beware the libtool present in Redhat distro is refering to some 
place in their build system :

You should change LIBTOOL path in /etc/httpd/build/config_vars.mk to
/usr/bin/libtool.
---

--- /etc/httpd/build/config_vars.mk.orig	Mon Mar 24 12:56:38 2003
+++ /etc/httpd/build/config_vars.mk	Mon Mar 24 12:56:55 2003
@@ -110,7 +110,7 @@
 EXTRA_LDFLAGS =
 EXTRA_LIBS = -lz
 EXTRA_INCLUDES = 
-I/usr/src/build/158323-i386/BUILD/httpd-2.0.40/srclib/apr/include 
-I/usr/src/build/158323-i386/BUILD/httpd-2.0.40/srclib/apr-util/include 
-I. -I$(top_srcdir)/os/$(OS_DIR) 
-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) 
-I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters 
-I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include 
-I/usr/include/openssl -I$(top_srcdir)/modules/dav/main
-LIBTOOL = /bin/sh 
/usr/src/build/158323-i386/BUILD/httpd-2.0.40/srclib/apr/libtool $(LTFLAGS)
+LIBTOOL = /bin/sh /usr/bin/libtool $(LTFLAGS)
 SHELL = /bin/sh
 MODULE_DIRS = aaa filters loggers metadata proxy ssl http dav/main 
generators dav/fs mappers
 MODULE_CLEANDIRS = arch/win32 cache echo experimental test





Tony Lockhart 

Note: forwarded message attached.



Do you Yahoo!?
Yahoo! Platinum 
http://rd.yahoo.com/platinum/evt=8162/*http://platinum.yahoo.com/splash.html
- Watch CBS' NCAA March Madness, live on your desktop
http://rd.yahoo.com/platinum/evt=8162/*http://platinum.yahoo.com/splash.html
==

From: Tony Lockhart [EMAIL PROTECTED]
Date: Thu, 20 Mar 2003 21:40:25 -0800 (PST)
To: [EMAIL PROTECTED]
Subject: jakarta_tomcat_mod_jk connector
I have downloaded both mod_jk_2.0.43.so and
mod_jk_2.0.44.so, although the readme stated that they
were for linux 7.3, I assumed they would work with
redhatlinux8.0.  I have loaded both of these
connectors individually on my system using APXS to
compile them, however, each time I have received the
following when starting apache:
[EMAIL PROTECTED] root]# /sbin/service httpd start
Starting httpd: httpd: module mod_jk.c is not
compatible with this version of
Apache.
Please contact the vendor for the correct version.

 [FAILED]

So my question is, is there a version of mod_jk for
redhatlinux8.0?  And if there is where can I get it?
Thanks!


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


FW: jakarta_tomcat_mod_jk connector

2003-03-21 Thread Pier Fumagalli
Not acked...

-- Forwarded Message
 From: Tony Lockhart [EMAIL PROTECTED]
 Date: Fri, 21 Mar 2003 08:33:01 -0800 (PST)
 To: [EMAIL PROTECTED]
 Subject: Fwd: jakarta_tomcat_mod_jk connector
 
 As followup to my previous note, I have contacted redhatLinux, and found that
 their version of Apache for linux8.0 professional is httpd 2.0.40-e.  If you
 could please advise me of which mod_jk connector is compatible with this
 version of Apache and tomcat-4.1.1.18 and where I can download it, I would
 greatly appreciate it.
 
 Tony Lockhart 
 
 Note: forwarded message attached.
 
 
 
 Do you Yahoo!?
 Yahoo! Platinum 
 http://rd.yahoo.com/platinum/evt=8162/*http://platinum.yahoo.com/splash.html
 - Watch CBS' NCAA March Madness, live on your desktop
 http://rd.yahoo.com/platinum/evt=8162/*http://platinum.yahoo.com/splash.html
 ==
 
 From: Tony Lockhart [EMAIL PROTECTED]
 Date: Thu, 20 Mar 2003 21:40:25 -0800 (PST)
 To: [EMAIL PROTECTED]
 Subject: jakarta_tomcat_mod_jk connector
 
 I have downloaded both mod_jk_2.0.43.so and
 mod_jk_2.0.44.so, although the readme stated that they
 were for linux 7.3, I assumed they would work with
 redhatlinux8.0.  I have loaded both of these
 connectors individually on my system using APXS to
 compile them, however, each time I have received the
 following when starting apache:
 
 [EMAIL PROTECTED] root]# /sbin/service httpd start
 Starting httpd: httpd: module mod_jk.c is not
 compatible with this version of
 Apache.
 Please contact the vendor for the correct version.
  
   [FAILED]
 
 So my question is, is there a version of mod_jk for
 redhatlinux8.0?  And if there is where can I get it?
 Thanks!
 
 Tony Lockhart
 
 
 __
 Do you Yahoo!?
 Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
 http://platinum.yahoo.com
 

-- End of Forwarded Message

---BeginMessage---
I have downloaded both mod_jk_2.0.43.so and
mod_jk_2.0.44.so, although the readme stated that they
were for linux 7.3, I assumed they would work with
redhatlinux8.0.  I have loaded both of these
connectors individually on my system using APXS to
compile them, however, each time I have received the
following when starting apache:

[EMAIL PROTECTED] root]# /sbin/service httpd start
Starting httpd: httpd: module mod_jk.c is not
compatible with this version of
Apache.
Please contact the vendor for the correct version.
  
[FAILED]

So my question is, is there a version of mod_jk for
redhatlinux8.0?  And if there is where can I get it? 
Thanks!

Tony Lockhart


__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


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

Re: FW: jakarta_tomcat_mod_jk connector

2003-03-21 Thread jean-frederic clere
Pier Fumagalli wrote:
Not acked...

-- Forwarded Message

From: Tony Lockhart [EMAIL PROTECTED]
Date: Fri, 21 Mar 2003 08:33:01 -0800 (PST)
To: [EMAIL PROTECTED]
Subject: Fwd: jakarta_tomcat_mod_jk connector
As followup to my previous note, I have contacted redhatLinux, and found that
their version of Apache for linux8.0 professional is httpd 2.0.40-e.  If you
could please advise me of which mod_jk connector is compatible with this
version of Apache and tomcat-4.1.1.18 and where I can download it, I would
greatly appreciate it.
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2/bin/linux/i386/

Tony Lockhart 

Note: forwarded message attached.



Do you Yahoo!?
Yahoo! Platinum 
http://rd.yahoo.com/platinum/evt=8162/*http://platinum.yahoo.com/splash.html
- Watch CBS' NCAA March Madness, live on your desktop
http://rd.yahoo.com/platinum/evt=8162/*http://platinum.yahoo.com/splash.html
==

From: Tony Lockhart [EMAIL PROTECTED]
Date: Thu, 20 Mar 2003 21:40:25 -0800 (PST)
To: [EMAIL PROTECTED]
Subject: jakarta_tomcat_mod_jk connector
I have downloaded both mod_jk_2.0.43.so and
mod_jk_2.0.44.so, although the readme stated that they
were for linux 7.3, I assumed they would work with
redhatlinux8.0.  I have loaded both of these
connectors individually on my system using APXS to
compile them, however, each time I have received the
following when starting apache:
[EMAIL PROTECTED] root]# /sbin/service httpd start
Starting httpd: httpd: module mod_jk.c is not
compatible with this version of
Apache.
Please contact the vendor for the correct version.

 [FAILED]

So my question is, is there a version of mod_jk for
redhatlinux8.0?  And if there is where can I get it?
Thanks!
Tony Lockhart

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


-- End of Forwarded Message





Subject:
jakarta_tomcat_mod_jk connector
From:
Tony Lockhart [EMAIL PROTECTED]
Date:
Thu, 20 Mar 2003 21:40:25 -0800 (PST)
To:
[EMAIL PROTECTED]
I have downloaded both mod_jk_2.0.43.so and
mod_jk_2.0.44.so, although the readme stated that they
were for linux 7.3, I assumed they would work with
redhatlinux8.0.  I have loaded both of these
connectors individually on my system using APXS to
compile them, however, each time I have received the
following when starting apache:
[EMAIL PROTECTED] root]# /sbin/service httpd start
Starting httpd: httpd: module mod_jk.c is not
compatible with this version of
Apache.
Please contact the vendor for the correct version.
  
[FAILED]

So my question is, is there a version of mod_jk for
redhatlinux8.0?  And if there is where can I get it? 
Thanks!

Tony Lockhart

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com




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