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 46541 invoked from network); 25 May 2000 15:34:01 -0000 Received: from dns.bascom.com (HELO mig.bascom.com) (206.112.62.10) by locus.apache.org with SMTP; 25 May 2000 15:34:01 -0000 Received: from pete-linux.bascom.com (geder.bascom.com [206.112.62.61]) by mig.bascom.com (8.9.3/8.9.3) with SMTP id LAA18335 for ; Thu, 25 May 2000 11:41:06 -0400 From: Pete Walsh To: "tomcat-user@jakarta.apache.o" Subject: HELP!? Cant find da beans Date: Thu, 25 May 2000 11:24:13 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00052511331100.27198@pete-linux.bascom.com> Content-Transfer-Encoding: 8bit X-Spam-Rating: locus.apache.org 1.6.2 500/1000/N Hi, I just set up a new context path to somewhere not in the /jakarta-tomcat/ directory structure. (home/myname/proj) But now the jsp pages I'm using can't find the beans they use. I have everything in one directory. The beans are not in packages. All I'm doing to use them is I'm kinda new to java in general. Am I doing something wrong here? The error that comes up in the console is java.lang.NoClassDefFoundError: LoginBean (wrong name: admin/LoginBean) PLEASE HELP, thanks Pete