Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 30228 invoked from network); 8 Aug 2006 07:06:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 07:06:40 -0000 Received: (qmail 52201 invoked by uid 500); 8 Aug 2006 07:06:27 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 52182 invoked by uid 500); 8 Aug 2006 07:06:27 -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 52171 invoked by uid 99); 8 Aug 2006 07:06:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 00:06:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [134.100.9.70] (HELO mailhost.informatik.uni-hamburg.de) (134.100.9.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 00:06:26 -0700 Received: from localhost (localhost [127.0.0.1]) by mailhost.informatik.uni-hamburg.de (Postfix) with ESMTP id 3E718B3FB for ; Tue, 8 Aug 2006 09:06:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at informatik.uni-hamburg.de Received: from mailhost.informatik.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.informatik.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kV8HuPGbUTGv for ; Tue, 8 Aug 2006 09:06:04 +0200 (CEST) Received: from nats47.informatik.uni-hamburg.de (nats47.informatik.uni-hamburg.de [134.100.10.127]) by mailhost.informatik.uni-hamburg.de (Postfix) with ESMTP id ABA1CB3F0 for ; Tue, 8 Aug 2006 09:06:04 +0200 (CEST) Received: by nats47.informatik.uni-hamburg.de (Postfix, from userid 113) id 961288362E; Tue, 8 Aug 2006 09:06:04 +0200 (CEST) Received: from [134.100.10.126] (nats26.informatik.uni-hamburg.de [134.100.10.126]) by nats47.informatik.uni-hamburg.de (Postfix) with ESMTP id A22B0834D4 for ; Tue, 8 Aug 2006 09:06:01 +0200 (CEST) Message-ID: <44D83868.7010405@nats.informatik.uni-hamburg.de> Date: Tue, 08 Aug 2006 09:08:24 +0200 From: Le Nguyen-Thinh User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060607 Debian/1.7.12-1.2 X-Accept-Language: en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: class loader for native library References: <44D754DE.4090303@nats.informatik.uni-hamburg.de> <44D7CA0E.9020803@apache.org> In-Reply-To: <44D7CA0E.9020803@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I use following taglibs in my JSP: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="ora" uri="orataglib" %> Could you help me please, how to configure/ specify the taglibs we want to use? Did I export the JAVA_OPTS in order to access to the native library correctly? JAVA_OPTS="-Djava.library.path=/opt/pkg/pl/lib/pl-5.6.6/lib/i686-linux" Thanks a lot for your advice. Thinh Mark Thomas wrote: >Le Nguyen-Thinh wrote: > > >>Dear friends, >> >>My web-based application needs to communicate with a native library. >>Therefore, I specify the JAVA_OPTS variable with the path to a native >>library before running startup.sh: >> >>export >>JAVA_OPTS="-Djava.library.path=/opt/pkg/pl/lib/pl-5.6.6/lib/i686-linux" >> >>Unfortunately, I got the following message when calling my JSP: >> >>org.apache.jasper.JasperException: The absolute uri: >>http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml >>or the jar files deployed with this application >> >> > >This is nothing to do with your native library. The problem is that >the standard taglibs cannot be found. What steps have you taken to >configure taglibs for your application? > >Mark > >--------------------------------------------------------------------- >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 > > --------------------------------------------------------------------- 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