I finally figured out the ssl problems I was having when trying to
use connection pooling with postgresql and tomcat jdni so I thought
I'd post the solution. The correct connectionProperties are (in my
case I am not validating SSL certs):
connectionProperties="ssl=true;sslfactory=org.postg
Anyone have any suggestions for configuring an SSL encrypted
connection pool to postgresql with tomcat 5.5.15?
Eric
On Apr 13, 2006, at 3:28 PM, Eric Roberts wrote:
PROBLEM:
I am having a problem setting up DB connection pooling with
Postgresql through JNDI in Tomcat 5.5.15. I have a p
PROBLEM:
I am having a problem setting up DB connection pooling with
Postgresql through JNDI in Tomcat 5.5.15. I have a portlet
application that is hosted in the GridSphere portlet container that,
upon initialization, gets a database connection from JNDI. The
database that I am connecti