Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 62191 invoked from network); 3 Jun 2005 18:49:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 18:49:10 -0000 Received: (qmail 69921 invoked by uid 500); 3 Jun 2005 18:48:44 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 69870 invoked by uid 500); 3 Jun 2005 18:48:44 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 69830 invoked by uid 99); 3 Jun 2005 18:48:43 -0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of tpolliard04@aol.com designates 64.12.138.204 as permitted sender) Received: from imo-m14.mx.aol.com (HELO imo-m14.mx.aol.com) (64.12.138.204) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Jun 2005 11:48:40 -0700 Received: from idadm2op.db.aol.com (idadm2op.db.aol.com [172.20.87.177]) by imo-m14.mx.aol.com (8.8.8/8.8.8/AOL-5.0.0) with ESMTP id OAA16371 for ; Fri, 3 Jun 2005 14:48:25 -0400 (EDT) Received: from US078175 ([10.2.182.60]) by idadm2op.db.aol.com (8.11.6/8.11.6) with ESMTP id j53ImPr12783 for ; Fri, 3 Jun 2005 14:48:25 -0400 (EDT) Message-Id: <200506031848.j53ImPr12783@idadm2op.db.aol.com> From: "Thomas Polliard" To: Subject: Confusion Land Date: Fri, 3 Jun 2005 14:48:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcVobNLKWSoDOjMtTw6MmCiBvr1Scw== X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N So I am running Tomcat 5.5.9 I have a jsp page that imports com.polliard.db.RaidDB; It also has a line that invokes a new instance of this class RaidDB rdb = new RaidDB(); The code works on Jetty but when used with Tomcat I am getting the error RaidDB cannot be resolved or is not a type. Any Ideas??? The class is located in the WEB-INF/classes/com/polliard/db/RaidDB directory under the deployed application. Any help would be great. -- Thomas Polliard Sr. Systems Administrator, AOL tpolliard04@aol.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org