Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 27060 invoked from network); 11 Oct 2006 23:28:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2006 23:28:39 -0000 Received: (qmail 22792 invoked by uid 500); 11 Oct 2006 23:28:30 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 21915 invoked by uid 500); 11 Oct 2006 23:28:26 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 21904 invoked by uid 99); 11 Oct 2006 23:28:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 16:28:26 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.87.85.205] (HELO crayon.viawest.net) (216.87.85.205) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 16:28:24 -0700 Received: from keystone ([216.150.207.80]) by crayon.viawest.net (8.12.10/8.12.10/viawest-1.0) with ESMTP id k9BNS2lP019292 for ; Wed, 11 Oct 2006 17:28:03 -0600 (MDT) From: "Dan Decker" To: Subject: Tomcat using MS SQL2000 Named Instance Date: Wed, 11 Oct 2006 17:27:40 -0600 Message-ID: <001101c6ed8c$d8986c30$0b00a8c0@keystone> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C6ED5A.8E006D30" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0012_01C6ED5A.8E006D30 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I am trying to get Tomcat to connect to a MS SQL2000 Named instance rather than the default instance. Using the following it connects to the database TWO on the default server KEYSTONE with no problems. jdbc:sqlserver://KEYSTONE;databaseName=TWO When I try to access the MS SQL2000 named instance KEYSTONE\GP90 it still connects to the default jdbc:sqlserver://KEYSTONE;instanceName=GP90;databaseName=TWO Dan Decker ------=_NextPart_000_0012_01C6ED5A.8E006D30--