From users-return-182542-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Mon Jul 14 22:19:48 2008 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 15152 invoked from network); 14 Jul 2008 22:19:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 22:19:48 -0000 Received: (qmail 52006 invoked by uid 500); 14 Jul 2008 22:19:37 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51745 invoked by uid 500); 14 Jul 2008 22:19:36 -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 51734 invoked by uid 99); 14 Jul 2008 22:19:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 15:19:36 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shakahshakah@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 22:18:44 +0000 Received: by nf-out-0910.google.com with SMTP id c10so1339563nfd.44 for ; Mon, 14 Jul 2008 15:19:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=YWUccDcUyZz2TXDwtMM8HBuZWfBC0cWN0iXxzRfXr2I=; b=fBr1tYvHvy4ra4FHWm6RyzBfSpZLSQXOsYrehp7HvcC0Jy4+PeoBkb0coCL58X6iJK J4gMUGxxFaWnW4iYnY6iE26GojWKewPrdUthiC2yTGN0PMJVxvjXi+z2ZfW8u5hCTLb8 Z8I7/JTHHYmnQoEYiMMDpfbWQCQfQ5/kCFM9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=K6z9Jq4DAHTIWRsMVXIzmN7E3Mnmg9p+2TXpU2erXX/cdg9ItYOJ0tRRJKXtgMrJyh WIKp+Jc8wrhvcmI1Fc6iWYEXDYHMz1UzcOLgyNJKc06/DGW5GkHYmMr9lnHGQxPw2h8K FbC+qmxoI1ahSK0PxVcSWeVBFcSLcaZ6xchOY= Received: by 10.210.116.10 with SMTP id o10mr9319207ebc.165.1216073946635; Mon, 14 Jul 2008 15:19:06 -0700 (PDT) Received: by 10.210.37.13 with HTTP; Mon, 14 Jul 2008 15:19:06 -0700 (PDT) Message-ID: Date: Mon, 14 Jul 2008 18:19:06 -0400 From: "Jim Cox" To: "Tomcat Users List" Subject: Re: Tomcat 6 Secure Connection to Database In-Reply-To: <18453295.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33120_20566659.1216073946613" References: <18453295.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_33120_20566659.1216073946613 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Mon, Jul 14, 2008 at 5:27 PM, jcarey03 wrote: > > I am working with Tomcat 6 for a Java web application, and I was wondering > if > Tomcat provides the capability to connect to a database, let's say Sybase's > ASE, using SSL. Is there any documentation describing how to do this? If > Tomcat does not support this, does JBoss? Thanks in advance! > -- > > You should look at the docs for your database's JDBC driver to see if it supports secure connections (e.g. the driver for Postgres does support secure connections). Failing that, you could connect to your database through an SSH tunnel. ------=_Part_33120_20566659.1216073946613--