From tomcat-dev-return-21305-apmail-jakarta-tomcat-dev-archive=jakarta.apache.org@jakarta.apache.org Mon May 14 18:01:17 2001 Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 89079 invoked by uid 500); 14 May 2001 18:00:37 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 88615 invoked from network); 14 May 2001 17:59:30 -0000 Message-ID: <361024C34A6DD2118689006097AE2B4D0102CF40@css4.cs> From: GOMEZ Henri To: tomcat-dev@jakarta.apache.org Subject: RE: configure for jakarta-tomcat-connectors Date: Mon, 14 May 2001 19:59:28 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N >I have started a configure.in and makefile(s).in for the >jakarta-tomcat-connectors. Thanks great works :! >Currently I have just prepared it for Apache2.0 and Apache1.3, >before going on I >have some questions: > >- The idea is to have one configure.in in >jakarta-tomcat-connectors/jk/src/native and a makefile.in for >each supported >WebServer. Does it sound Ok? Seems good, since users could go directly to their preferred web-server. I saw no advantage to try to resolv in a top configure all the case (AP1.3/2.0/IIS/NES)... >- Should I already think of using APR? - Just that some of my >plateform are not >(yet) supported and I am reluctant of adding more #idef in the code - If your platform are not supported and that #ifdef could help, let's go. And maybe to avoid #ifdef USE_APR in all the code, we could create 1/2 C wrapper files ? >- What should I do with the other WebServers (netscape, jni etc)? netscape and jni will need support. May be Cosin could take a look at JNI since he play with it, but there is an open position for a NETSCAPE USER/DEV. But in each cache what about providing skeleton configure.in ? >The configure.in assumes that the Apache connectors sub-directories are >apache-1.3 and apache-2.0. I think that more consistant with >mod_webapp. I'll fix that ASAP.. >Please, have a look to the attached files and make comments :=) Thanks again.