Cannot create PoolableConnectionFactory

2010-03-01 Thread RayDon1
I am trying to connect a device (on the same network) to my server so that it can access the PostgreSQL database. When it tries to connect I get this error at catalina.out: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Connection refused. Check that the

RE: Cannot create PoolableConnectionFactory

2010-03-01 Thread RayDon1
Post the Resource element you're using to define the connection pool. Does it have appropriate security credentials specified in it? Can you connect to the PostGreSQL server using those credentials by some means other than Tomcat? - Chuck ?xml version=1.0 encoding=UTF-8? Context