From tomcat-user-return-33340-apmail-jakarta-tomcat-user-archive=jakarta.apache.org@jakarta.apache.org Wed May 02 10:17:49 2001 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 19170 invoked by uid 500); 2 May 2001 10:17:46 -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 19042 invoked from network); 2 May 2001 10:17:43 -0000 Received: from smtp-rt-8.wanadoo.fr (HELO lantana.wanadoo.fr) (193.252.19.51) by h31.sny.collab.net with SMTP; 2 May 2001 10:17:43 -0000 Received: from villosa.wanadoo.fr (193.252.19.122) by lantana.wanadoo.fr; 2 May 2001 12:17:26 +0200 Received: from djakarta (193.252.105.169) by villosa.wanadoo.fr; 2 May 2001 12:17:17 +0200 Message-ID: <005401c0d2f1$a687e8d0$5dd209c0@djakarta> From: "Romain BERTUCELLI" To: References: Subject: Re: TOMCAT and ORACLE Date: Wed, 2 May 2001 12:21:27 +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, What about USER and PASSWORD ? > Connection connection = DriverManager.getConnection("jdbc:oracle:thin:@myhost:1521:orcl"); This is the url I use to connect to Oracle : jdbc:oracle:thin:user/passwd@myhost:1521:orcl Rom1.