Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 66136 invoked from network); 1 Jul 2004 17:40:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Jul 2004 17:40:22 -0000 Received: (qmail 61296 invoked by uid 500); 1 Jul 2004 17:39:46 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 61082 invoked by uid 500); 1 Jul 2004 17:39:42 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 60913 invoked by uid 99); 1 Jul 2004 17:39:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received: from [64.49.222.30] (HELO server1.webtuitive.com) (64.49.222.30) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 01 Jul 2004 10:39:38 -0700 Received: from webtuitive.com (dsl092-004-182.sfo1.dsl.speakeasy.net [66.92.4.182]) (authenticated bits=0) by server1.webtuitive.com (8.12.11/8.12.10) with ESMTP id i61HdJAS009198 for ; Thu, 1 Jul 2004 12:39:20 -0500 Message-ID: <40E44C46.5030501@webtuitive.com> Date: Thu, 01 Jul 2004 10:39:18 -0700 From: Hassan Schroeder Organization: Webtuitive Design User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat -> MySQL = No suitable driver ERROR References: <40E44904.4000200@cornell.edu> In-Reply-To: <40E44904.4000200@cornell.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David Smith wrote: > I was recommending you take the ... stuff > you put in {TOMCAT_HOME}/webapps/DBTest/WEB-INF/DBTest.xml and put that > in {TOMCAT_HOME}/webapps/DBTest/WEB-INF/web.xml. Yes, and in addition -- >> Here is what my web.xml looks like now: >> >> >> > 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> >> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee >> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" >> version="2.4"> >> MySQL Test App ?! You've got a 2.3 DOCTYPE and a 2.4 schema reference in the same file, which is /seriously/ wrong. :-) You want one or the other. FWIW! -- Hassan Schroeder ----------------------------- hassan@webtuitive.com Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org