Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 70493 invoked from network); 3 Jun 2005 19:07:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 19:07:10 -0000 Received: (qmail 35099 invoked by uid 500); 3 Jun 2005 19:06:47 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 35074 invoked by uid 500); 3 Jun 2005 19:06:47 -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 35036 invoked by uid 99); 3 Jun 2005 19:06:46 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO [127.0.0.1]) (209.237.227.194) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Jun 2005 12:06:44 -0700 Message-ID: <42A0AA30.2030303@apache.org> Date: Fri, 03 Jun 2005 20:06:24 +0100 From: Mark Thomas User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Confusion Land References: <200506031848.j53ImPr12783@idadm2op.db.aol.com> In-Reply-To: <200506031848.j53ImPr12783@idadm2op.db.aol.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thomas Polliard wrote: > 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. Shouldn't it be in the WEB-INF/classes/com/polliard/db directory? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org