Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 52498 invoked from network); 27 Aug 2002 22:58:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 27 Aug 2002 22:58:44 -0000 Received: (qmail 21761 invoked by uid 97); 27 Aug 2002 22:58:56 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 21744 invoked by uid 97); 27 Aug 2002 22:58:55 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 21732 invoked by uid 98); 27 Aug 2002 22:58:55 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: From: "Short, Dave" To: "'Tomcat Users List'" Subject: RE: mod_jk Date: Tue, 27 Aug 2002 18:58:08 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Here a list of .h files called from the jk_apache2.h, which is called from mod_jk2.c. I found the jk_*.h files but not the others. #include "apu_compat.h" #include "ap_config.h" #include "apr_lib.h" #include "apr_date.h" #include "apr_strings.h" #include "apr_pools.h" #include "apr_tables.h" #include "apr_hash.h" #include "httpd.h" #include "http_config.h" #include "http_request.h" #include "http_core.h" #include "http_protocol.h" #include "http_main.h" #include "http_log.h" #include "jk_global.h" #include "jk_map.h" #include "jk_pool.h" #include "jk_env.h" #include "jk_service.h" #include "jk_worker.h" #include "jk_workerEnv.h" #include "jk_uriMap.h" #include "jk_requtil.h" Also, mod_jk2.c calls two additional .h files (scoreboard.h, util_script.h) that I can't seem to find... Is all this stuff bundled somewhere? Am I looking in the right place? Here's where I'm looking: http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/server/ap ache2/ -----Original Message----- From: Peter T. Abplanalp [mailto:pta@psaconsultants.com] Sent: August 27, 2002 3:33 PM To: 'Tomcat Users List' Subject: Re: mod_jk -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Aug 27, 2002 at 06:17:40PM -0400, Short, Dave wrote: > Not asking for every OS under the sun, just Win32 - which is a fairly common > OS... I would gladly download, compile and post the source for Win32 well for you win32 is not every os under the sun because that is what you choose to use. others might have a different point of view. plus if we wanted the developers to compile the code for every os that anyone on the list uses, well, that could be a big job. > mod_k2. Last time I tried, my compiler complained about missing .h files. > If you wouldn't mind telling me where ALL required files reside, I would be > happy to help out. which .h files did the compiler complain about? - -- Peter Abplanalp Email: pta@psaconsultants.com PGP: pgp.mit.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9a/42ggA8sH0iRXQRAvNeAJ9GW43lwZNIaFPyhNuUkPmYrm4QAgCgt1t+ 56p/HxP6GPtp68DvhdaIrCk= =M6d+ -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: