Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 29465 invoked by uid 500); 2 Apr 2001 16:04:16 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 29452 invoked from network); 2 Apr 2001 16:04:16 -0000 Received: from femail1.rdc1.on.home.com (24.2.9.88) by h31.sny.collab.net with SMTP; 2 Apr 2001 16:04:16 -0000 Received: from ws20 ([24.150.29.218]) by femail1.rdc1.on.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010402160234.IXBI20157.femail1.rdc1.on.home.com@ws20> for ; Mon, 2 Apr 2001 09:02:34 -0700 From: "Alex Colic" To: "Tomcat-User" Subject: FW: RE: how to access a properties file as a resource. Date: Mon, 2 Apr 2001 12:02:40 -0400 Message-ID: <001801c0bb8e$580274c0$1e00a8c0@Popware.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N But that would mean that the property file is somewhere on the class path. I want it in the web-inf/ directory. Do you understand what I mean? >Date: Mon, 2 Apr 2001 06:53:38 -0700 >To: "'tomcat-user@jakarta.apache.org'" >From: William Kaufman >Subject: RE: how to access a properties file as a resource. >Message-ID: <635802DA64D4D31190D500508B9B04108214E1@dcsrv0> >Use java.util.ResourceBundle.getBundle(). > -- Bill K.