Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 13933 invoked from network); 22 Jul 2005 17:07:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jul 2005 17:07:37 -0000 Received: (qmail 16327 invoked by uid 500); 22 Jul 2005 17:07:16 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 16224 invoked by uid 500); 22 Jul 2005 17:07:16 -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 16163 invoked by uid 99); 22 Jul 2005 17:07:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 10:07:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.18.0.114] (HELO mx3.grouptelecom.net) (216.18.0.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 10:07:09 -0700 Received: from ADILEMAIN (cgdist1-e10-0-4.cg.sfl.net [139.142.0.161]) by mx3.grouptelecom.net (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with SMTP id <0IK1004LKGWU30@mx3.grouptelecom.net> for tomcat-user@jakarta.apache.org; Fri, 22 Jul 2005 10:07:43 -0700 (PDT) Date: Fri, 22 Jul 2005 11:12:16 -0600 From: Adile Abbadi Subject: RE: jsp stuff In-reply-to: To: Tomcat Users List Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You don't need to change anything in tomcat to make it access a database except one thing - you need is a compliant JDBC driver which you through into the Common Library directory of tomcat. Once tomcat starts it will load the driver and then at that point you can use code to access the Database. I would recommend you use a pooling tool as well - to pool your connections and limit resource use. Check google - lots of info out there. HTH Adile -----Original Message----- From: ganesan malairaja [mailto:ssganesan@hotmail.com] Sent: July 21, 2005 8:53 PM To: tomcat-user@jakarta.apache.org Subject: jsp stuff hi guys i want to know is there any setting to be done with tomcat so the JSP codes can access the database ( MySQL) and display the information ? thank you --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.9.2/54 - Release Date: 7/21/05 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.9.2/55 - Release Date: 7/21/05 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org