View Single Post

   
  #1 (permalink)  
Old 04-16-2008, 12:54 AM
Sean
 
Posts: n/a
Default Postgres-JDBC question

I am using Hibernate to connect to my PostgreSQL (btw - I love) database,
and can connect my app and the db when using localhost, but when I try to
connect via an ip address, it blows up telling me that the connection was
refused. I have set the postmaster to listen for TCP/IP connections, but
still does not work. Any suggestions?



Thanks,

Sean


Reply With Quote