Re: ajp13 and tomcat 4

2001-05-11 Thread kevin seguin
> > The source is : > > jakarta-tomcat-connectors/src/java/ > jakarta-tomcat-connectors/src/native/... > i'm fine with that. i believe somebody else did object, though... don't know if that matters :) > In my idea native is just mod_jtc, which replace mod_jk. > We have only connector pr

RE: ajp13 and tomcat 4

2001-05-11 Thread GOMEZ Henri
> >javac --classpath /tomcat_path/.../catalina.jar *.java >jar cf Ajp13.jar *.class > >> >> any thoughts on the directory structure in jakarta-tomcat-connector? >> i'm assuming there's going to be common ajpxx code, then >> ajpxx-servletcontainer-connector code, then common util code (i.e. >> Mes

Re: ajp13 and tomcat 4

2001-05-11 Thread jean-frederic clere
kevin seguin wrote: > > GOMEZ Henri wrote: > > > > The discussion about jakarta-tomcat-connectors is closed and the CVS > > is created (even if I still couldn't access it) > > > > >-kevin. > > > > > >btw, the reason i'm so interested in this because i want to make the > > >switch from tc3 to

Re: ajp13 and tomcat 4

2001-05-10 Thread cmanolache
On Thu, 10 May 2001, kevin seguin wrote: > will the ajp13 connector go in there two? currently, it relies on core > catalina classes to build. if the ajp13 connector is in > jakarta-tomcat-connector, it'll require a catalina.jar to build. that's > fine with me though... +1 jakarta-tomcat-con

Re: ajp13 and tomcat 4

2001-05-10 Thread kevin seguin
GOMEZ Henri wrote: > > The discussion about jakarta-tomcat-connectors is closed and the CVS > is created (even if I still couldn't access it) > > >-kevin. > > > >btw, the reason i'm so interested in this because i want to make the > >switch from tc3 to tc4, but i *have* to have connector sup

RE: ajp13 and tomcat 4

2001-05-10 Thread GOMEZ Henri
>so, i guess the essence of this message is, what might be a short-term >plan for having ajp13 support in tomcat 4? > >i have done some preliminary work, creating an ajp13 connector >for tc 4, >which for the most part works. > >long term, i think part of this code will live in >jakarta-tomcat-c

ajp13 and tomcat 4

2001-05-09 Thread kevin seguin
so, i guess the essence of this message is, what might be a short-term plan for having ajp13 support in tomcat 4? i have done some preliminary work, creating an ajp13 connector for tc 4, which for the most part works. long term, i think part of this code will live in jakarta-tomcat-connectors,