I use connect parameters like the following:

jdbc.driver=postgresql.Driver
jdbc.url=jdbc:postgresql://localhost:5432/database_name

you must ensure that nobody (or your webserver uid) has access to the
database; Pg does not use login names and passwords but authenticates
according to the owner of the process

-- 
Gary Lawrence Murphy <[EMAIL PROTECTED]>: office voice/fax: 01 519 4222723
T(C)Inc Business Innovations through Open Source http://www.teledyn.com
M:I-3 - Documenting the Linux kernel: http://kernelbook.sourceforge.net

Reply via email to