Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 25189 invoked by uid 500); 1 Sep 2001 19:06:49 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 25182 invoked from network); 1 Sep 2001 19:06:48 -0000 Received: from unknown (HELO mojo.betaversion.org) (217.158.18.114) by daedalus.apache.org with SMTP; 1 Sep 2001 19:06:48 -0000 Received: (qmail 14665 invoked from network); 1 Sep 2001 19:06:43 -0000 Received: from unknown (HELO ?217.158.18.124?) (217.158.18.124) by mojo.betaversion.org with SMTP; 1 Sep 2001 19:06:43 -0000 User-Agent: Microsoft-Entourage/9.0.2509 Date: Sat, 01 Sep 2001 20:06:54 +0100 Subject: Re: 4.0 b7 how to do JDBC From: Pier Fumagalli To: Message-ID: In-Reply-To: <444AEEEB.5EFA45F9.00A7D06B@netscape.net> Mime-version: 1.0 Organization: Apache Software Foundation - Sun Microsystems Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N "Peter Shankey" wrote: > OS ver Solaris 8 > > In BUILDING.txt it says the Servlet 2.3/JSP 1.2 API classes > > FIXME: Properties for mail.jar, activation.jar, jdbc2_0-stdext.jar, > jta-spec1_0_1.jar, tyrex-0.9.7.0.jar > > In the build.properties and build.xml it never referances the JDBC driver. My > question are: > * Because 4.0 is not including the jars will I be able to connect to a Oracle > db? > * How can I include the jars in the build? > * If not what are the work-a-arounds? Include the DB driver of your choice in WEB-INF/lib into your web application, or in CATALINA_HOME/lib, in the binary tree, and you're set... Those JARs are required at compile time... Pier