On Mon, Jul 14, 2008 at 5:27 PM, jcarey03 <[EMAIL PROTECTED]> 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.