Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 66802 invoked from network); 9 Nov 2000 16:41:52 -0000 Received: from node1-clt.ratedg.com (216.189.14.48) by locus.apache.org with SMTP; 9 Nov 2000 16:41:51 -0000 Received: from jelia (711hq-nat-1.ratedg.com [209.198.61.193] (may be forged)) by node1-clt.ratedg.com (8.11.1/8.11.1) with SMTP id eA9H0VZ21548; Thu, 9 Nov 2000 12:00:31 -0500 Message-ID: <003801c04a6c$7937fe50$8106000a@ratedg.com> From: "John Elia" To: , References: <91D5063D5A6FD311AC01008048DD49DC1CFBD9@hheprof01> Subject: Re: problems with mod_jk Date: Thu, 9 Nov 2000 11:45:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Sorry to those who have read before: but I see the need to re-post For anyone who is interested. I compiled mod_jk.so on linux (Red Hat 6.2, Apache 1.3.14, Tomcat 1.3). here is what I did. from ( /usr/local/jakartahome/jakarta-tomcat/src/native/apache/jserv ) I used the command line ( apxs -o mod_jk.so -I../jk -I/usr/local/java/include -I/usr/local/java/include/linux -c *.c ../jk/*.c ) It ran through, but did not finish, so I used ( gcc -shared -o mod_jk.so *.o ) to finish the build. I was having trouble finding out how to do this, so I thought I would pass on the info incase anyone else wanted to know. Now all I have to do is learn how to implement it..lol. Thanks gang for the support and help the group has provided me. John Elia WD 711.NET jelia@711.net ----- Original Message ----- From: "Marco P�hler" To: Sent: Thursday, November 09, 2000 7:37 AM Subject: problems with mod_jk > Hi, > > i try to create mod_jk from the tomcat sources(3.1) on a linux system for > using with apache 1.3.14. > I read the "Working with mod_jk"-HOWTO, where the compilation is described. > > My problem is that some directories refered in the HOWTO, especially > "jakarta-tomcat/src/native/apache1.3", does not exists. I missed a directory > called "jk", too. I've read the hints to use the source-dist, and i think i > got it > (http://jakarta.apache.org/builds/tomcat/release/v3.1/src/jakarta-tomcat.tar > .gz, isn't it ?). > > tia > > Marco >