Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 1303 invoked from network); 21 Feb 2006 16:30:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Feb 2006 16:30:02 -0000 Received: (qmail 38609 invoked by uid 500); 21 Feb 2006 16:29:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 38597 invoked by uid 500); 21 Feb 2006 16:29:48 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 38586 invoked by uid 99); 21 Feb 2006 16:29:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 08:29:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tiptastic@gmail.com designates 66.249.92.206 as permitted sender) Received: from [66.249.92.206] (HELO uproxy.gmail.com) (66.249.92.206) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 08:29:47 -0800 Received: by uproxy.gmail.com with SMTP id e2so673355ugf for ; Tue, 21 Feb 2006 08:29:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q0Ah0Up5P/WHHyoS0LAeJ9ZbBPoz1nJMZqgq78tMehK4nkknFMsAHCHAQg7S6LHmAmArDaoOzyIyRrnh1hFiOY3Qvk8/Ux3s4JMBJMK+TF0R1QxroD/SFlw84owtWQ73t0UR7xcac78VHoxIOzQwMoNKNEnMf0nMZaFbCiasUSY= Received: by 10.66.248.15 with SMTP id v15mr1208030ugh; Tue, 21 Feb 2006 08:29:26 -0800 (PST) Received: by 10.67.23.13 with HTTP; Tue, 21 Feb 2006 08:29:26 -0800 (PST) Message-ID: <5d1c1db40602210829qeb54702ia9b9d8a6dc37bbe2@mail.gmail.com> Date: Tue, 21 Feb 2006 16:29:26 +0000 From: "James Taylor" To: "Tomcat Users List" Subject: Re: jakarta-tomcat-connectors-1.2.15 make error In-Reply-To: <43FB374D.5040107@jboss.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5d1c1db40602210720xff0da5emc88dc2b884cb8b71@mail.gmail.com> <43FB374D.5040107@jboss.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nice one Mladen I wasn't aware of this, So is it the case that running tomcat in-process is no longer supported? do people prefer to use ajp13? Regards, James On 2/21/06, Mladen Turk wrote: > James Taylor wrote: > > Hi there, > > I'm trying to config communication between apache 2.0 and > > tomcat-5.5.12 in my account on a unix (solaris 10) machine using the > > jakarta-tomcat-connectors-1.2.15 connector. > > make keeps gives me annoying errors! > > I ran configure with these options; > > ./configure --with apxs2=3D/home/rmorrin/sw/apache2.0/bin/apxs \ > > --with-java-home=3D${JAVA_HOME} \ > > --with-java-platform=3D2 --enable-jni > > > > JNI is not supported any more and will be excluded from the > 1.3 branch. > > In theory JNI could work only on Win32 and Netware platforms, > and because of that it has been deprecated for couple of years > (no development took place - read: nobody cares). > > So, simply remove all --with-java-* and --enable-jni from the > configure cmd line. > > Regards, > Mladen. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org