Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 47191 invoked from network); 14 Feb 2008 00:34:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2008 00:34:07 -0000 Received: (qmail 39819 invoked by uid 500); 14 Feb 2008 00:33:54 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 39774 invoked by uid 500); 14 Feb 2008 00:33:54 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 39762 invoked by uid 99); 14 Feb 2008 00:33:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 16:33:54 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of costin@gmail.com designates 72.14.214.239 as permitted sender) Received: from [72.14.214.239] (HELO hu-out-0506.google.com) (72.14.214.239) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 00:33:22 +0000 Received: by hu-out-0506.google.com with SMTP id 32so9409889huf.19 for ; Wed, 13 Feb 2008 16:33:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; bh=JHzrXXKjvxJP11ENMcbIdwsSKoRoUusbQy/mU46v62k=; b=TmaC8lI1eVqRn3XEV0iavx/Xnp6KoFmPY07+Y8EaC9oG8nd5N+TFCyUwKJmA0bTVVlsc/NZO0ag3eXHUYegabUIvw7+B2wtWIJVuUbmhl0dwQBnA/PKAKGgtXP501C6KQCFCPE0SEuSgI9FBA4B7AJuk08fMavXpxp2lUyF/9Ho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=tbM+Qs+zT+AFLmIpoM6d4OctUwQfrkhIOcJ9vk/kf4VSrlV0h59yG2G/tJNzT+toMQfBIDK1dKN9mwaFViNhfAsH56h2NFlhVG4gN2WwLJWKIOFQyB4d0QNboC7WqFuinxcxFXQJxq3s/QHgPgFziqjE7th6qO9Ngq/fUW6aboM= Received: by 10.82.121.15 with SMTP id t15mr1187075buc.1.1202949207523; Wed, 13 Feb 2008 16:33:27 -0800 (PST) Received: by 10.82.100.6 with HTTP; Wed, 13 Feb 2008 16:33:27 -0800 (PST) Message-ID: <96e4b5230802131633t42487d3ds3f737756d6c384e3@mail.gmail.com> Date: Wed, 13 Feb 2008 16:33:27 -0800 From: "Costin Manolache" Reply-To: costin@apache.org To: "Tomcat Developers List" Subject: Re: tomcat native documentation In-Reply-To: <6291fc850802120137u3e3e89edy1705011f9e66afb9@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21889_14578620.1202949207518" References: <47ADE711.1050209@gmail.com> <96e4b5230802111115j53f9b8dci3282302c37036b0e@mail.gmail.com> <47B14A9F.3030905@gmail.com> <6291fc850802120042y28c37551n15efbdc7dc4466a4@mail.gmail.com> <47B160B1.9020306@gmail.com> <6291fc850802120137u3e3e89edy1705011f9e66afb9@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_21889_14578620.1202949207518 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Yes, JVM is not so good because it changes, I agree /usr/local/lib ( and the JVM dir ) are only good for people with root access. What about having 2 options: - 'system' installation - /usr/local/lib - 'local' - TOMCAT_HOME/lib/native ( or TOMCAT_HOME/lib/`arch` if same install is shared on multiple machine types ) We can include both in catalina.sh ( is /usr/lib, /usr/local/lib enabled by default for finding .so ?), so user can save one step and we can have more consistent instructions. Also a binary package that install on top of TOMCAT_HOME would be easier. The fewer steps and variations - the easier will it be to build and support. Costin On 2/12/08, Henri Gomez wrote: > > > In this case, should it be installed in the directory of the JVM > > installation? I think MINA uses it too. > > JVM directory may be problematic for those of us who switch between > JVM, ie IBM or Sun. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > ------=_Part_21889_14578620.1202949207518--