I currently have an application deployed using Tomcat that interacts with a Postgres database via JDBC. The queries are very expensive, so what I\'m seeing is a timeout caus
Note that the HTTP connector is for incoming HTTP requests, and unrelated to JDBC. You probably want to configure the JDBC connection pool separately, such as the connectionProperties for the JDBC connector:
http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html