Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 15707 invoked from network); 14 Aug 2003 10:16:54 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Aug 2003 10:16:54 -0000 Received: (qmail 6318 invoked by uid 97); 14 Aug 2003 10:19:47 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 6311 invoked from network); 14 Aug 2003 10:19:47 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 Aug 2003 10:19:47 -0000 Received: (qmail 14300 invoked by uid 500); 14 Aug 2003 10:16:33 -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 14283 invoked from network); 14 Aug 2003 10:16:33 -0000 Received: from cpe.atm0-0-0-149293.0x503f9bba.bynxx5.customer.tele.dk (HELO smarttv.dk) (80.63.155.186) by daedalus.apache.org with SMTP; 14 Aug 2003 10:16:33 -0000 Received: from [192.168.1.254] ([192.168.1.254]) by smarttv.dk (8.12.6/8.12.6/SuSE Linux 0.6) with ESMTP id h7EAGjbO030643 for ; Thu, 14 Aug 2003 12:16:46 +0200 Mime-Version: 1.0 X-Sender: jnp@mail Message-Id: In-Reply-To: References: Date: Thu, 14 Aug 2003 12:13:51 +0200 To: "Tomcat Users List" From: =?iso-8859-1?Q?J=F8rgen?= =?iso-8859-1?Q?_?= =?iso-8859-1?Q?N=F8rgaard?= Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 Content-Type: text/plain; charset="iso-8859-1" ; format="flowed" Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >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-tomc >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/confi >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