From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28339 invoked by alias); 9 Oct 2002 19:50:12 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 28150 invoked from network); 9 Oct 2002 19:50:08 -0000 Received: from unknown (HELO f5-exchange.olympus.f5net.com) (205.229.151.150) by sources.redhat.com with SMTP; 9 Oct 2002 19:50:08 -0000 Received: by f5-exchange.olympus.f5net.com with Internet Mail Service (5.5.2655.55) id ; Wed, 9 Oct 2002 12:50:08 -0700 Received: from KARAGIANES ([192.168.11.9]) by f5-exchange.olympus.f5net.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id R5T88QXK; Wed, 9 Oct 2002 12:50:00 -0700 From: Tom Karagianes To: 'Anthony Green' Cc: rhug-rhats@sources.redhat.com Subject: RE: Bundle LocalStrings not found Date: Wed, 09 Oct 2002 12:50:00 -0000 Message-ID: <001701c26fce$797fcd00$090ba8c0@win.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <1033508665.1686.6.camel@dhcppc2> X-SW-Source: 2002-10/txt/msg00004.txt.bz2 Thanks. This worked like a charm. Will keep my eye out for what Tomcat does with classpaths on installed webapps. TK -----Original Message----- From: Anthony Green [mailto:green@redhat.com] Sent: Tuesday, October 01, 2002 2:44 PM To: Tom Karagianes Cc: rhug-rhats@sources.redhat.com Subject: Re: Bundle LocalStrings not found On Tue, 2002-10-01 at 13:44, Tom Karagianes wrote: > I keep running into the error listed below whenever I attempt to view one of > Tomcat's servlet examples. On investigation, LocalStrings is where it > belongs (actually the various LocalStrings appear to be where they belong) > so the error has me somewhat confused. Just put the directory with LocalString.properties on your CLASSPATH before running tomcat. For me, this looks like: $ CLASSPATH=/menlo/green/rhug/i/etc/tomcat/webapps/examples/WEB-INF/classes tomcat I'm pretty sure you shouldn't have to do this. :-) Any help debugging this would be great. Even a pointer to where tomcat sets the classpath based on the webapps that are installed... > (p.s. I think what you have done so far is remarkable. Thanks a lot.) Thanks!! AG