egcs12md wrote:
>
> Where to download ajp13/jk & ajp14/jk connectors for Apache Tomcat 4.0 ?
>
you need to checkout the cvs module jakarta-tomcat-connectors and build
from source. i don't think the build instructions are very detailed...
the build.xml files will have to suffice for now. anyway, short version
of instructions:
cvs co jakarta-tomcat-connectors
cd jakarta-tomcat-connectors/util
ant
cd ../jk
ant
i will be updating instructions, build.xml, etc. in the near future.
-kevin.
> ----- Original Message -----
> From: "kevin seguin" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, May 28, 2001 9:04 PM
> Subject: Re: connector status in tomcat 4
>
> > GOMEZ Henri wrote:
> > >
> > > >My question is what the status is on the apache connector in
> > > >tomcat 4. I've
> > > >been testing Jakarta 4 in standalone mode and is very pleased
> > > >with it, but
> > > >we can't run it like that once we release the system for all
> > > >our students..
> > > >;)
> > >
> > > There is actually 2 connectors for Apache Tomcat 4.0 :
> > >
> > > - warp/webapp : Developped specifically for TC 4.0 have
> > > autoconfig stuff but lack load-balancing or IIS/NES support
> > >
> > > - ajp13/jk : Available since TC 3.2, works with TC 3.3 and
> > > now with 4.0 (thanks to Kevin). Miss the autoconfig stuff
> > > (will came in ajp14) but have load-balancing and IIS/NES
> > > support.
> > >
> >
> > er... the load-balancing doesn't work yet for tc 4 -- the java side of
> > it hasn't been done yet. it shouldn't be too hard to do though :) i
> > think it's just a matter of figuring out what to do with jvmRoute on the
> > java side (set a cookie??).
> >
> > > Your contribution must match your need !)
> >