Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 7357 invoked from network); 6 Oct 2004 21:09:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Oct 2004 21:09:58 -0000 Received: (qmail 51077 invoked by uid 500); 6 Oct 2004 21:09:32 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 51065 invoked by uid 500); 6 Oct 2004 21:09:32 -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 51052 invoked by uid 99); 6 Oct 2004 21:09:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ewulff@gmail.com designates 64.233.170.196 as permitted sender) Received: from [64.233.170.196] (HELO mproxy.gmail.com) (64.233.170.196) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 06 Oct 2004 14:09:32 -0700 Received: by mproxy.gmail.com with SMTP id v18so3792139rnb for ; Wed, 06 Oct 2004 14:08:53 -0700 (PDT) Received: by 10.38.1.72 with SMTP id 72mr2728555rna; Wed, 06 Oct 2004 14:08:53 -0700 (PDT) Received: by 10.38.8.31 with HTTP; Wed, 6 Oct 2004 14:08:53 -0700 (PDT) Message-ID: Date: Wed, 6 Oct 2004 14:08:53 -0700 From: Eric Wulff Reply-To: Eric Wulff To: tomcat-user@jakarta.apache.org Subject: connection pooling Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I have gone over some of the tomcat docs and googled errors but there is SO much information covering JNDI and Datasources... and I'm hoping I don't have to be a JNDI/Datasource and XML guru just to set up db connections via connection pool. My situation is this... System: Tomcat 5 on Fedora Core 2 connecting to a db on an Informix Dynamic Server 9.4 on Windows Server -I am able to connect to my db via typical JDBC DriverManager.getConnection(). -This leads me to believe that my jdbc driver is in the correct place ...CATALINA --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org