From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14995 invoked by alias); 1 Oct 2002 21:44:26 -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 14974 invoked from network); 1 Oct 2002 21:44:25 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 1 Oct 2002 21:44:25 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g91LPdi02008 for ; Tue, 1 Oct 2002 17:25:39 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g91LiNl02367; Tue, 1 Oct 2002 17:44:23 -0400 Received: from [192.168.64.10] (vpn50-58.rdu.redhat.com [172.16.50.58]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g91LiLw04036; Tue, 1 Oct 2002 14:44:21 -0700 Subject: Re: Bundle LocalStrings not found From: Anthony Green To: Tom Karagianes Cc: rhug-rhats@sources.redhat.com In-Reply-To: <004801c2698b$45df2de0$090ba8c0@win.net> References: <004801c2698b$45df2de0$090ba8c0@win.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 01 Oct 2002 14:44:00 -0000 Message-Id: <1033508665.1686.6.camel@dhcppc2> Mime-Version: 1.0 X-SW-Source: 2002-10/txt/msg00001.txt.bz2 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