tomcat5.5

conf/Catalina/localhost
コンテキスト.xml


<Context
path="/www"
reloadable="true"
docBase="/xxxx"
workDir="/xxxx/work">
<Resource name="jdbc/www"
  auth="Container"
  type="javax.sql.DataSource"
username="dbuser"
password="dbpass"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://xxx.xxx.xxx.xxx/dbname"
maxActive="10"
maxIdle="5"
validationQuery="SELECT 1"
maxWait="10000"
/>
</Context>

common/lib にpostgresql-xxx.jdbcx.jar を入れる。
このとき使ったのはpostgresql-8.2-505.jdbc3.jar
http://jdbc.postgresql.org/download.html