Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 45952 invoked from network); 19 Aug 2000 22:35:48 -0000 Received: from w153.z209031224.sjc-ca.dsl.cnc.net (HELO edamame.stinky.com) (qmailr@209.31.224.153) by locus.apache.org with SMTP; 19 Aug 2000 22:35:48 -0000 Received: (qmail 16227 invoked by uid 510); 19 Aug 2000 15:27:43 -0000 Date: Sat, 19 Aug 2000 08:27:43 -0700 From: Alex Chaffee To: tomcat-dev@jakarta.apache.org Subject: some mod_jk questions/proposals Message-ID: <20000819082743.J1065@edamame.stinky.com> Reply-To: alex@jguru.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N 1. Is there a reason why mod_jk is not included in the dist build? As far as I can see it's pretty stable. Even if we don't get to generate binaries, it'd be nice if the source were available in the standard download so people don't have to figure out CVS etc. in order to build it. 2. I wrote a shell script to build and install mod_jk using apxs. It basically just sets some variables and calls apxs. Since there are issues with Makefiles (they're hard to read; they're not very cross-platform, e.g. FreeBSD), are there any objections to (a) including the build shell script in the source tree as src/native/apache1.3/build-unix.sh (b) deleting the Makefile.linux and Makefile.freebsd so people like me don't get confused (assuming the shell script works OK) The only real advantage to make is that it allows incremental compiling, but since the source is so small (takes about 15 seconds to build on my Pentium 200), I don't see this as a big issue. 3. The organization of the native directory is a little weird; we have apache (empty except for subdirectories, of which only jserv is not empty) apache/jserv apache/connectors (empty) apache/modules (empty) apache1.3/ (containing mod_jk makefile and checked-in .o files (??)) apache2.0/ (also containing mod_jk makefile and checked-in .o files (??)) jk/ (containing mod_jk source) So, three top-level directories for mod_jk, and a buried subdirectory for jserv. Any objection to reorganizing this to src/native/mod_jserv (jserv source code) src/native/mod_jk (jk source code) src/native/mod_jk/apache1.3 (containing 1.3-specific files if necessary) src/native/mod_jk/apache2.0 (containing 2.0-specific files if necessary) If someone can manipulate the files on locus, we could do this while keeping the revision history intact. Only problem is, the empty directories would (might) still exist :-( Cheers - - Alex -- Alex Chaffee mailto:alex@jguru.com jGuru - Java News and FAQs http://www.jguru.com/alex/ Creator of Gamelan http://www.gamelan.com/ Founder of Purple Technology http://www.purpletech.com/ Curator of Stinky Art Collective http://www.stinky.com/