Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 73021 invoked from network); 6 Jul 2006 01:27:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 01:27:24 -0000 Received: (qmail 2305 invoked by uid 500); 6 Jul 2006 01:27:12 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 2281 invoked by uid 500); 6 Jul 2006 01:27:11 -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 2270 invoked by uid 99); 6 Jul 2006 01:27:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 18:27:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.148.227.152] (HELO rwcrmhc12.comcast.net) (216.148.227.152) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 18:27:11 -0700 Received: from [192.168.0.100] (c-69-255-56-239.hsd1.md.comcast.net[69.255.56.239]) by comcast.net (rwcrmhc12) with ESMTP id <20060706012650m120006bc5e>; Thu, 6 Jul 2006 01:26:50 +0000 Message-ID: <44AC66D9.6080600@apache.org> Date: Wed, 05 Jul 2006 21:26:49 -0400 From: Mark Thomas User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: global JNDI environment entries on tomcat 5.5 References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 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 Carlos.Fernandez@usitc.gov wrote: > What am I missing? >From http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html Tomcat 5 maintains a separate namespace of global resources for the entire server. These are configured in the element of $CATALINA_HOME/conf/server.xml. You may expose these resources to web applications by using elements. You need to define ResourceLink elements for your context. 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