Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 30026 invoked from network); 14 Aug 2003 10:22:25 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Aug 2003 10:22:25 -0000 Received: (qmail 6451 invoked by uid 97); 14 Aug 2003 10:25:18 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 6444 invoked from network); 14 Aug 2003 10:25:17 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 Aug 2003 10:25:17 -0000 Received: (qmail 28189 invoked by uid 500); 14 Aug 2003 10:21:56 -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 28129 invoked from network); 14 Aug 2003 10:21:56 -0000 Received: from unknown (HELO mail.talkics.com) (62.253.223.4) by daedalus.apache.org with SMTP; 14 Aug 2003 10:21:56 -0000 Received: from weav ([81.136.133.124]) by mail.talkics.com (Merak 6.0.4) with SMTP id KJA37735 for ; Thu, 14 Aug 2003 11:22:06 +0100 From: "Stuart Stephen" To: "Tomcat Users List" Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 Date: Thu, 14 Aug 2003 11:22:23 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Afraid not, there's no .libs directory under /jk/native2/server/apache2/ (checked with 'ls -a') I think its compiling wrong, not sure why. Tried doing --enabled-shared=max but that didnt work either. Still no .so created. I ran: 'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name mod_jk2.so' and that found nothing either. Thanks -----Original Message----- From: J�rgen N�rgaard [mailto:jnp@smarttv.dk] Sent: 14 August 2003 11:14 To: Tomcat Users List Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 >Well... it compiled. But the files I was expecting to come out didn't. > >I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but >not a mod_jk2.so ? Of all places it is (probably) in: jk/native2/server/apache2/.libs/mod_jk2.so Is it something with apxs that puts it there? >Do I just need to rename one of the files, or has the compile done something >wrong? > >Thanks, >Stuart Stephen > >-----Original Message----- >From: Stuart Stephen [mailto:stuart.stephen@talkics.com] >Sent: 14 August 2003 09:46 >To: Tomcat Users List >Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 > > >Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin >directory and now have gone onto the make stage. > >However i'm still got an error :o( > >Turns out that this was simply because I had a space in a folder name lower >down in the directory structure. I removed the space and the compile has >worked straight off, excellent! > >Thanks Richard! > >Regards, >Stuart > >-----Original Message----- >From: Stuart Stephen [mailto:stuart.stephen@talkics.com] >Sent: 14 August 2003 09:21 >To: Tomcat Users List >Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 > > >Ok, one last question.. where might I obtain or find the apxs2's? I'm not >sure wether I have them or not. > >-----Original Message----- >From: Richard Park [mailto:fire.logic@sympatico.ca] >Sent: 13 August 2003 23:28 >To: Tomcat Users List >Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 > > >Stuart, I've currently got: > >------------------------------------------ >Apache 2.0.47 >Tomcat 5.0.7 >mod_jk2 from here: >http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tom c >at-connectors-4.1.27-src.tar.gz >------------------------------------------ > >Instead of installing with Ant (which was giving me problems as well), I >built mod_jk2 using './configure' from the >"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory: > >------------------------------------------ >./configure --with-apxs2=/path/to/apxs >./configure --with-apxs2=/usr/local/apache/bin/apxs > >*note: if there is no "configure" script in this directory, you must first >run ./buildconf.sh >------------------------------------------ > >Once "configure" has finished creating a makefile, run "make". Once "make" >is complete, go to: > >------------------------------------------ >jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs >------------------------------------------ > >and you will find the two files that you need: > >------------------------------------------ >mod_jk2.so > copy into your apache "modules" directory >jkjni.so > copy into your "$CATALINA_HOME/server/lib" directory >------------------------------------------ > >Now just make sure you have a "jk2.properties" file in your >"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties" >file in your apache "conf" directory, with the proper settings/values: >http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/conf i >gwebex.html > >Hope that helps! > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org -- /j�rgen n�rgaard SmartTV A/S jnp@smarttv.dk Phone: +45 3332 5770 http://smarttv.dk/ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org