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 77437 invoked from network); 3 Aug 2000 03:47:53 -0000 Received: from c0s26.ami.com.au (HELO emu.os2.ami.com.au) (root@203.55.31.91) by locus.apache.org with SMTP; 3 Aug 2000 03:47:53 -0000 Received: from possum.os2.ami.com.au (IDENT:summer@possum.os2.ami.com.au [192.168.1.6]) by emu.os2.ami.com.au (8.9.0/8.9.0) with ESMTP id LAA12663 for ; Thu, 3 Aug 2000 11:47:38 +0800 Message-Id: <200008030347.LAA12663@emu.os2.ami.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: tomcat-user@jakarta.apache.org Subject: Re: Using Class.forName() with Tomcat In-Reply-To: Your message of "Thu, 03 Aug 2000 20:37:28 MST." <01d901bffdc5$503f8cf0$5cf00c18@C363190B> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 03 Aug 2000 11:47:38 +0800 From: John Summerfield X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > This is a multi-part message in MIME format. > > ------=_NextPart_000_01D6_01BFFD8A.A3899440 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > I'm trying to load a class by name. The class is located in = > $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes and I am getting long stack = > trace. Any reason why class for name won't work off of the ROOT = > context? Is it a permission issue? > > Sheesh. What do you think the trace is for, if not to tell you what went wrong? What do you think try { } catch (Exception E) { } is for, if not to report in a format YOU can understand. Please, use the information and tools YOU have at hand, before wasting the time and bandwidth of others.