Re: jakarta-tomcat-connectors/util build broke for j2sdk 1.3

2003-09-07 Thread Glenn Nielsen
You had to be using jsse rather than PureTLS and building with jdk < 1.4. It is fixed now. A new JSSE class was added for JDK1.4 support but it wasn't excluded from the build if jdk1.4 wasn't present. Glenn Bill Barker wrote: It works fine for me. I just did an update on j-t-c, and a clean buil

Re: jakarta-tomcat-connectors/util build broke for j2sdk 1.3

2003-09-07 Thread Bill Barker
It works fine for me. I just did an update on j-t-c, and a clean build of Tomcat 5, and it worked fine (well, up until it got to the docs, but I've still got an old version of xalan in ant :). - Original Message - From: "Glenn Nielsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Su

Re: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list MOD_JK.C here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe, e-

Re: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list MOD_JK.C here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe, e-

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list ERVER here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe, e-mai

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list ERVER here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe, e-mai

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Paul Speed
ssage - > From: "Minimalist Manager" <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <[EMAIL PROTECTED]> > Sent: Tuesday, July 01, 2003 11:45 PM > Subject: Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server > JkMain.java > > &g

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Bill Barker
AIL PROTECTED]> Sent: Tuesday, July 01, 2003 11:45 PM Subject: Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java > ERROR: > There is no such list JKMAIN.JAVA here. > > SOLUTION: > Send a message to [EMAIL PROTECTED] with a subject > of '

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-01 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/native configure.in

2003-06-06 Thread Minimalist Manager
ERROR: There is no such list CONFIGURE.IN here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe

RE: [jakarta-tomcat-connectors] Bug && patch

2002-10-25 Thread Mladen Turk
Commited, thx. > -Original Message- > From: [EMAIL PROTECTED] > -> char *val=s->attributes->nameAt( env, s->attributes, i); > +> char *val=s->attributes->valueAt( env, s->attributes, i); Seems like good old copy/paste ;) MT. -- To unsubscribe, e-mail:

RE: [jakarta-tomcat-connectors] Bug && patch

2002-10-25 Thread Igor.Petrenko
> -Original Message- > From: Mladen Turk [mailto:mturk@;mappingsoft.com] > Sent: Thursday, October 24, 2002 4:45 PM > To: 'Tomcat Developers List' > Subject: RE: [jakarta-tomcat-connectors] Bug && patch > > > > Don't know what version y

RE: [jakarta-tomcat-connectors] Bug && patch

2002-10-24 Thread Mladen Turk
> -Original Message- > From: [EMAIL PROTECTED] > > jk\native2\common\jk_msg_ajp.c ( function: > jk2_msg_ajp_appendMap ) line: 224 > > ... > for( i=0; i< size; i++ ) { > char *name=map->nameAt( env, map, i ); > ->char *val=map->nameAt( env, map, i ); > +>char *val=m

Re: jakarta-tomcat-connectors/jk will no longer build

2002-10-18 Thread Patrick Luby
Costin, Costin Manolache wrote: No, the tomcat4 package shouldn't compile with tomcat5. I think we need a way to distinguish tomcat4 from tomcat5 in the conditions. Or a flag that is set by the tomcat5 build ( probably better ). I added a "org.apache.ajp.tomcat5" package in jakarta-tomcat-c

Re: jakarta-tomcat-connectors/jk will no longer build

2002-10-16 Thread Costin Manolache
Patrick Luby wrote: > Remy, > > Since the org.apache.catalina.connector.HttpResponseBase was removed > from jakarta-tomcat-catalina, a clean Tomcat 5 build now breaks when > compiling jakarta-tomcat-connectors/jk. Does HttpResponseBase need to be > added back?: No, the tomcat4 package shouldn't

Re: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread Bojan Smojver
On Thu, 2002-05-02 at 23:43, Christopher K. St. John wrote: > think "We are the > world" as sung by a chorus of tomcat developers, all holding > hands, etc). He, he, I like this one :-) Bojan -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread GOMEZ Henri
age- >From: Christopher K. St. John [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 01, 2002 7:54 PM >To: [EMAIL PROTECTED] >Subject: RE: jakarta-tomcat-connectors documentation/summaries > > > > Another update.

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread GOMEZ Henri
> Where should it go? Yes go, will fix it after. You could start installing the draft doc in your own dir in jakarta (public_html). We could all check it ;) -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 2 de mayo de 2002 15:44 > > Speaking of having a document at jakarta, it isn't there yet. > And it won't go live unless everyone likes it (think "We are the > world" as sung by a chorus of tomcat developers, all holding > h

Re: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread Christopher K. St. John
"Ignacio J. Ortega" wrote: > > > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Enviado el: jueves 2 de mayo de 2002 5:16 > > For me is controversial to have a document at jakarta, that affirms > Speaking of having a document at jakarta, it isn't there yet. And it won't go live unless ev

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread GOMEZ Henri
>Costin, Henri, Dan , Larry , Me, and much others done the >work, so apart >from not be true, i think is offensive to all that done that work, and >contributed his time to support it.. +1 Make a quick search on tomcat-user and tomcat-dev list mailing list archives and you'll see that mod_jk as

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 2 de mayo de 2002 5:16 For me is controversial to have a document at jakarta, that affirms that prior to webapp, mod_jk was unmaintained, mainly because we have maintained itall the time. Costin, Henri, Dan , Larry , Me, and

Re: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Christopher K. St. John
"Ignacio J. Ortega" wrote: > > > Re: jakarta-tomcat-connectors documentation/summaries pier: "There > >were some other motivations when it all started... Hmmm. The theory is that the document should be absolutely 100% non-controversial. Other parts of the e

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread costinm
On Thu, 2 May 2002, Ignacio J. Ortega wrote: > I can admit all other reasons, but jk never has been unmaintained for > any period of time in the past, more, prior to webapp announce, or more > or less at the same time, Dan Milstein and Henri did a big work > documenting and studiying the sources,

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles 1 de mayo de 2002 19:44 > > webapp > >Re: jakarta-tomcat-connectors documentation/summaries pier: "There >were some other motivations when it all started... Mod_JK was >unmaint

Re: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Christopher K. St. John
"Christopher K. St. John" wrote: > > Another update. Same disclaimers as before. > Mail client mishap, second one's a duplicate, sorry. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com -- To unsubscribe, e-mail: For additi

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Christopher K. St. John
mod_jk vs mod_webapp thread: pier : "Motivation? I don't like mod_jk, I wanted to use APR as a portable runtime for an Apache 1.3 module, I believe that the WARP protocol with built-in support for auto-deployment and web-application configuration is the way to go (rather than

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Christopher K. St. John
mod_jk vs mod_webapp thread: pier : "Motivation? I don't like mod_jk, I wanted to use APR as a portable runtime for an Apache 1.3 module, I believe that the WARP protocol with built-in support for auto-deployment and web-application configuration is the way to go (rather than

RE: jakarta-tomcat-connectors documentation/summaries

2002-04-30 Thread GOMEZ Henri
>The only limitation is that it support only 255 methods ( unless >we use an expansion ), since it has a byte as method code ( to >facilitate table-based dispatching ). 255 methods should be suffisant since we could have the generic get/set property method ;) -- To unsubscribe, e-mail:

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-29 Thread costinm
On Mon, 29 Apr 2002, Pascal Forget wrote: > mod_jk and mod_jk2 do not work properly with Apache 2.0. And mod_jk2 is not yet supposed to work ( since it's not even alpha ). But it does :-) Costin -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-29 Thread costinm
On Mon, 29 Apr 2002, Pascal Forget wrote: > mod_jk and mod_jk2 do not work properly with Apache 2.0. mod_jk works fine with Apache2.0 - at least the CVS HEAD. If someone has the time, we should replace/update the .tar.gz we distribute, that version has a bug that was fixed. Costin -- To u

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-29 Thread costinm
On Mon, 29 Apr 2002, Christopher K. St. John wrote: > Ok, I'm maybe being thick here, but I want to make sure I've got this > straight. The idea is that anyone who's clueful enough to search the > archives is likely to come across the term "AJP14", so it's best to > give them a hint (even if

RE: jakarta-tomcat-connectors documentation/summaries

2002-04-29 Thread GOMEZ Henri
904A 364F 80E6 >-Original Message- >From: Pascal Forget [mailto:[EMAIL PROTECTED]] >Sent: Monday, April 29, 2002 5:24 PM >To: Tomcat Developers List >Subject: Re: jakarta-tomcat-connectors documentation/summaries > > >mod_jk and mod_jk2 do not work

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-29 Thread Pascal Forget
mod_jk and mod_jk2 do not work properly with Apache 2.0. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-29 Thread Christopher K. St. John
Ok, I'm maybe being thick here, but I want to make sure I've got this straight. The idea is that anyone who's clueful enough to search the archives is likely to come across the term "AJP14", so it's best to give them a hint (even if term isn't going to mean anything to somebody who just wants t

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-28 Thread Pier Fumagalli
"Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote: >>> webapp >> >>> web servers: >>>apache 1.3 >>>others? >> >> Apache2. I think they got IIS and iPlanet - don't know what level >> of support. >> > > When webapp got support for IIS? I think webapp has got a win32 build > fo

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-28 Thread Pier Fumagalli
"Christopher K. St. John" <[EMAIL PROTECTED]> wrote: > The following document is very incomplete, and in many > cases factually incorrect. The idea is to post it now, while > it's obviously in draft form, get feedback, and then clean it > up and publish it wherever would be most useful (jakarta

RE: jakarta-tomcat-connectors documentation/summaries

2002-04-28 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 29 de abril de 2002 0:04 > > > mod_jk > > web servers: > >domino > >apache 1.3 > >apache 2.0? > >netscape > >others? > > AOLServer ( not in the main tree ). > IIS > > webapp >

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-28 Thread costinm
On Sun, 28 Apr 2002, Christopher K. St. John wrote: > mod_jserv > > where to get the source: >java-jserv repository I would recommend jakarta-tomcat, the version there has been tested the most with tomcat ( there are no significant changes AFAIK ). > unerlying protocol: >AJP11

Re: jakarta-tomcat-connectors documentation/summaries

2002-04-28 Thread Christopher K. St. John
The following document is very incomplete, and in many cases factually incorrect. The idea is to post it now, while it's obviously in draft form, get feedback, and then clean it up and publish it wherever would be most useful (jakarta-tomcat connectors page, or the Tomcat FAQ) I'm currently tr

RE: jakarta-tomcat-connectors

2002-02-15 Thread GOMEZ Henri
>-Original Message- >From: Jarecsni János [mailto:[EMAIL PROTECTED]] >Sent: Friday, February 15, 2002 4:02 PM >To: Tomcat-Dev >Subject: jakarta-tomcat-connectors > > >Hi, > >I'd like to build TC40x. Where can I download >jakarata-tomcat-connectors? >The building.txt says one should downlo

Re: jakarta-tomcat-connectors-4.0.2-b2-src.tar.gz couldn't be compiled against just TC 4.0.2

2002-01-25 Thread Remy Maucherat
> jakarta-tomcat-connectors-4.0.2-b2-src.tar.gz which is a snap from > jtc tag tc4.0.2b2 couldn't be compiled against JUST TC 4 since there > is still many : > > import org.apache.tomcat.util.net.*; > > Shouldn't we retag jtc after Costin patches which fixes these problems > and reupload the tarba

Re: jakarta-tomcat-connectors/jk/src/native/README.configure

2001-06-01 Thread kevin seguin
i feel like i could follow that readme file and get things building. but, of course, i have not yet tried to build mod_jk in jtc :) jean-frederic clere wrote: > > Hi, > > This README.configure is what I have prepared for the configure of mod_jk in > jakarta-tomcat-connectors. > Could you have

Re: [jakarta-tomcat-connectors] a dilemma ...

2001-05-17 Thread kevin seguin
i actually decided to copy a bunch of low-level utility classes from tc 3 to jtc/util until something like a jakarta-tomcat-commons exists... GOMEZ Henri wrote: > > >> The problem is not only the Request object, but the whole > >infrastructure > >> needed for efficient communication ( MessageByt

RE: [jakarta-tomcat-connectors] a dilemma ...

2001-05-17 Thread GOMEZ Henri
>> The problem is not only the Request object, but the whole >infrastructure >> needed for efficient communication ( MessageBytes, Headers, etc ). >> > >i've started down this path (1). there's a bunch of stuff in tomcat 3 >(like MessageBytes) that would be useful... i posted a >message a cou

Re: [jakarta-tomcat-connectors] a dilemma ...

2001-05-15 Thread kevin seguin
> > the dilemma is what to pass to the ajp code that accepts requests in the > > new world where this code could be used by any servlet container. the > > choices as i see them are: > > > > 1) a concrete object (say AjpRequest) that takes and stores information > > from the request > > 2) an inte

Re: [jakarta-tomcat-connectors] a dilemma ...

2001-05-15 Thread cmanolache
On Mon, 14 May 2001, kevin seguin wrote: > so, i'm looking at decoupling the Ajp13 java stuff from servlet > container code. > > some background... in tomcat 3, the ajp code takes a core tomcat Request > object and adds decoded information from the ajp request into the > Request object. when i

RE: [jakarta-tomcat-connectors] a dilemma ...

2001-05-15 Thread GOMEZ Henri
>so, i'm looking at decoupling the Ajp13 java stuff from servlet >container code. > >some background... in tomcat 3, the ajp code takes a core >tomcat Request >object and adds decoded information from the ajp request into the >Request object. when i ported this code from tomcat 3 to tomcat 4, i