Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 83343 invoked from network); 18 May 2000 13:26:11 -0000 Received: from unknown (HELO orion.halocorp.com) (207.243.100.246) by locus.apache.org with SMTP; 18 May 2000 13:26:11 -0000 Received: from WS_000316.xor.com (207.243.100.105 [207.243.100.105]) by orion.halocorp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id KQ9A5P9R; Thu, 18 May 2000 08:26:09 -0500 From: Jay Herrick Date: Thu, 18 May 2000 14:29:27 GMT Message-ID: <20000518.14292700@WS_000316.xor.com> Subject: Re: Where should .properties files go? To: tomcat-user@jakarta.apache.org Reply-To: Jay Herrick In-Reply-To: <33B899FC85A1D31194F700508B0EF40F33EAB6@NSINF03> References: <33B899FC85A1D31194F700508B0EF40F33EAB6@NSINF03> X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.1; Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N K.C., Put the .property files in your classes directory (under WEB-INF). It=20 is in your classpath for the context of your web application. Hope that helps, Jay Herrick XOR Inc. >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 5/17/00, 10:52:03 AM, "kc.baltz" wrote=20 regarding Where should .properties files go?: > My web app uses a .properties file, but I've been having trouble with = being > able to find the file. If I have the directory containing the=20 .properties > file in my CLASSPATH, then everything works OK, but I'd like to not=20 have to > mess with my CLASSPATH. I had thought that the correct location for=20 it was > WEB-INF/lib, but that doesn't seem to work. Any ideas? > K.C. >=20 ----------------------------------------------------------------------- --- > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > For additional commmands, email: tomcat-user-help@jakarta.apache.org