Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 45842 invoked by uid 500); 19 Apr 2001 14:05:16 -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 45832 invoked from network); 19 Apr 2001 14:05:15 -0000 Received: from smtp-rt-8.wanadoo.fr (HELO lantana.wanadoo.fr) (193.252.19.51) by h31.sny.collab.net with SMTP; 19 Apr 2001 14:05:15 -0000 Received: from andira.wanadoo.fr (193.252.19.152) by lantana.wanadoo.fr; 19 Apr 2001 16:04:49 +0200 Received: from djakarta (193.252.105.39) by andira.wanadoo.fr; 19 Apr 2001 16:04:45 +0200 Message-ID: <008101c0c8da$38617270$5dd209c0@djakarta> From: "Romain Bertucelli" To: References: Subject: Properties + jdbc Date: Thu, 19 Apr 2001 16:08:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi all, I'm begining working with Tomcat and servlets and I've heard that jdbc parameters (jdbc url, login, passwd) should be set in a .properties file. My question : How do I get these parameters in my DataBaseAccess Class (I mean, with which method) ? Thanks in advance, Romain.