Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 988 invoked from network); 5 Aug 2007 21:24:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2007 21:24:11 -0000 Received: (qmail 44523 invoked by uid 500); 5 Aug 2007 21:24:00 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 44305 invoked by uid 500); 5 Aug 2007 21:23:59 -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 44293 invoked by uid 99); 5 Aug 2007 21:23:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Aug 2007 14:23:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [70.58.238.116] (HELO jubilee.twinix.com) (70.58.238.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Aug 2007 21:23:56 +0000 Received: from jubilee (jubilee.twinix.com [70.58.238.116]) by jubilee.twinix.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-0U10L2S100) with ESMTP id AAA323 for ; Sun, 5 Aug 2007 16:21:18 -0500 Received: from 70.58.238.114 by jubilee.twinix.commy_mailserver.mydomain.com (LogSat Software SMTP Server - Unlicensed Evaluation Copy) Sun, 5 Aug 2007 16:21:18 -0500 Message-ID: <09e101c7d7a7$61c502c0$72ee3a46@larkin> From: samk@twinix.com (Sam Klin) To: "Tomcat Users List" References: <46AF8A4A.90501@christopherschultz.net> <327858f40707311451g74b2bbf9w4e386429a8d9947b@mail.gmail.com> <46AFB82A.6070201@christopherschultz.net> <46B08B8B.2080803@christopherschultz.net> Subject: APR Library with JBoss/Tomcat Date: Sun, 5 Aug 2007 16:27:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 X-Server: LogSat Software SMTP Server - Unlicensed Evaluation Copy X-SF-RX-Return-Path: X-SF-HELO-Domain: larkin X-SF-WhiteListedReason: Whitelisted Peer IP X-Virus-Checked: Checked by ClamAV on apache.org I notice my new version of JBoss (4.2.1GA) gives the following message in the server logs: 2007-08-05 15:41:32,650 INFO [org.apache.catalina.core.AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: ../lib I wen't to the Apche APR site (a more cryptic site is hard to imagine. :):)) And downloaded the source code for Windows. I build the apr library using Visual C++ now my question is where does the static library go? Does Tomcat have to be built using this library or can it be dropped in the Java library path has the message above says. The APR site is silent about how to actually deploy this library. Thanks for any help. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org