Can anybody give me some hint on how to access PostgreSQL db on Linux through servlet? I have set up the PostgreSQL and managed to create tables and insert records. But I want to access the records through servlet and the browser. What driver should I specify? (I am using RedHat 6.2) How to specify the connection URL? Must I change the db configuration file? If yes, what to change. Thanks in advance.