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