RE: integrating TOMCAT 4.0 with APACHE 2.0 - or Tomcat 3.3.1

2002-04-09 Thread Larry Isaacs

The Apache 2.0 connector I think is called mod_jk2 and is built
from the jk/native2 directory.  The jk/native directory builds
mod_jk, which is an Apache 1.3 connector that won't work with
Apache 2.0.  I haven't done anything with mod_jk2 yet, so I can't
say whether the current mod_jk2 will satisfy your definition of
"working".

Cheers,
Larry

> -Original Message-
> From: Mauricio Nuñez [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, April 09, 2002 10:06 AM
> To: Tomcat Users List
> Subject: Re: integrating TOMCAT 4.0 with APACHE 2.0 - or Tomcat 3.3.1
> 
> 
> I'm trying the same!
> I get the CVS copy of jakarta-tomcat-connector, build and 
> mod_jk.so, but it's 
> don work!
> I get an error 500, handler not found.
> Can somebody release an working mod_jk.so for apache 2.0 please.
> 
> Thanks
> 
> 
> El Mar 09 Abr 2002 08:27, David Cassidy escribió:
> > I'd really quite like to try Tomcat 3.3.1 with apache 2.0
> >
> > I've tried the binaries for apache 2 - for linux
> >
> > 
> http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1
/bin/linux/i3
>86/ mod_jk-3.3-ap20.so
> <http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i
>386/mod_jk-3.3-ap20.so>
>
> Apache says 'httpd: module "mod_jk.c" is not compatible with this
> version of Apache.'
>
> If I try to build the version from source - There isn't an apache2
> version in the source
> distro of Tomcat 3.3.1
>
> Help 
>
> Thanks
>
> David
>
> Mike Dewhirst wrote:
> >has anybody successfully integrated Apache 2 with Tomcat 4? If yes, how
> >did
> >you do it, I can't figure it out. If it's RTFM -  which part, I couldn't
> >find it in the docs...
> >
> >
> >=**


--
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: integrating TOMCAT 4.0 with APACHE 2.0 - or Tomcat 3.3.1

2002-04-09 Thread Williams Mark L DLPC

Copying an earlier response from Larry Isaacs; maybe you missed it... If I
read it right, sounds like it's premature to start trying to use Tomcat
w/Apache 2.

=
The API to Apache 2 is very different from Apache 1.3.x.  It was
also evolving, so it wasn't practical to include a working Apache 2
connector in Tomcat 3.3.x, or Tomcat 4.x for that matter.
The mod_jk-3.3-ap20.so is likely a version that Henri Gomez built
a while ago, and is probably out of date with respect to the current
Apache 2.

Work on a mod_jk, actually mod_jk2, connector for Tomcat 3.3.x
and Tomcat 4.x is being actively worked on as part of the
jakarta-tomcat-connectors project.  You can check the mail archives
of tomcat-dev to see what is being done.  The mod_jk2 for Apache 2
appears within the jakarta-tomcat-connectors repository under
"jk/native2" directory.

Cheers,
Larry
=

-Original Message-
From: Mauricio Nuñez [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 9:06 AM
To: Tomcat Users List
Subject: Re: integrating TOMCAT 4.0 with APACHE 2.0 - or Tomcat 3.3.1


I'm trying the same!
I get the CVS copy of jakarta-tomcat-connector, build and mod_jk.so, but
it's 
don work!
I get an error 500, handler not found.
Can somebody release an working mod_jk.so for apache 2.0 please.

Thanks


El Mar 09 Abr 2002 08:27, David Cassidy escribió:
> I'd really quite like to try Tomcat 3.3.1 with apache 2.0
>
> I've tried the binaries for apache 2 - for linux
>
>
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i3
>86/ mod_jk-3.3-ap20.so
>
<http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i
>386/mod_jk-3.3-ap20.so>
>
> Apache says 'httpd: module "mod_jk.c" is not compatible with this
> version of Apache.'
>
> If I try to build the version from source - There isn't an apache2
> version in the source
> distro of Tomcat 3.3.1
>
> Help 
>
> Thanks
>
> David
>
> Mike Dewhirst wrote:
> >has anybody successfully integrated Apache 2 with Tomcat 4? If yes, how
> >did
> >you do it, I can't figure it out. If it's RTFM -  which part, I couldn't
> >find it in the docs...
> >
> >
> >=**


--
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: integrating TOMCAT 4.0 with APACHE 2.0 - or Tomcat 3.3.1

2002-04-09 Thread Mauricio Nuñez

I'm trying the same!
I get the CVS copy of jakarta-tomcat-connector, build and mod_jk.so, but it's 
don work!
I get an error 500, handler not found.
Can somebody release an working mod_jk.so for apache 2.0 please.

Thanks


El Mar 09 Abr 2002 08:27, David Cassidy escribió:
> I'd really quite like to try Tomcat 3.3.1 with apache 2.0
>
> I've tried the binaries for apache 2 - for linux
>
> http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i3
>86/ mod_jk-3.3-ap20.so
> 386/mod_jk-3.3-ap20.so>
>
> Apache says 'httpd: module "mod_jk.c" is not compatible with this
> version of Apache.'
>
> If I try to build the version from source - There isn't an apache2
> version in the source
> distro of Tomcat 3.3.1
>
> Help 
>
> Thanks
>
> David
>
> Mike Dewhirst wrote:
> >has anybody successfully integrated Apache 2 with Tomcat 4? If yes, how
> >did
> >you do it, I can't figure it out. If it's RTFM -  which part, I couldn't
> >find it in the docs...
> >
> >
> >=**


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: integrating TOMCAT 4.0 with APACHE 2.0 - or Tomcat 3.3.1

2002-04-09 Thread Larry Isaacs

The API to Apache 2 is very different from Apache 1.3.x.  It was
also evolving, so it wasn't practical to include a working Apache 2
connector in Tomcat 3.3.x, or Tomcat 4.x for that matter.
The mod_jk-3.3-ap20.so is likely a version that Henri Gomez built
a while ago, and is probably out of date with respect to the current
Apache 2.

Work on a mod_jk, actually mod_jk2, connector for Tomcat 3.3.x
and Tomcat 4.x is being actively worked on as part of the
jakarta-tomcat-connectors project.  You can check the mail archives
of tomcat-dev to see what is being done.  The mod_jk2 for Apache 2
appears within the jakarta-tomcat-connectors repository under
"jk/native2" directory.

Cheers,
Larry


> -Original Message-
> From: David Cassidy [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, April 09, 2002 8:28 AM
> To: Tomcat Users List
> Subject: Re: integrating TOMCAT 4.0 with APACHE 2.0 - or Tomcat 3.3.1
> 
> 
> I'd really quite like to try Tomcat 3.3.1 with apache 2.0
> 
> I've tried the binaries for apache 2 - for linux
> 
> http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i386/ 
> mod_jk-3.3-ap20.so 
> 
><http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i386/mod_jk-3.3-ap20.so>
> 
> Apache says 'httpd: module "mod_jk.c" is not compatible with this 
> version of Apache.'
> 
> If I try to build the version from source - There isn't an apache2 
> version in the source
> distro of Tomcat 3.3.1
> 
> Help 
> 
> Thanks
> 
> David
>

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




Re: integrating TOMCAT 4.0 with APACHE 2.0 - or Tomcat 3.3.1

2002-04-09 Thread David Cassidy

I'd really quite like to try Tomcat 3.3.1 with apache 2.0

I've tried the binaries for apache 2 - for linux

http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i386/ 
mod_jk-3.3-ap20.so 


Apache says 'httpd: module "mod_jk.c" is not compatible with this 
version of Apache.'

If I try to build the version from source - There isn't an apache2 
version in the source
distro of Tomcat 3.3.1

Help 

Thanks

David


Mike Dewhirst wrote:

>has anybody successfully integrated Apache 2 with Tomcat 4? If yes, how
>did
>you do it, I can't figure it out. If it's RTFM -  which part, I couldn't
>find it in the docs...
>
>
>=**
>



--
To unsubscribe:   
For additional commands: 
Troubles with the list: