从JSP连接到Postgresql

时间:2019-07-26 08:43:35

标签: postgresql tomcat

我的jsp无法连接到postgres服务器。我有一个错误:

root cause

java.net.SocketException: Permesso negato (connect failed) 
java.net.PlainSocketImpl.socketConnect(Native Method) 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) 

我使用phpPgAdmin和drupal网站连接到postgres服务器吗? 为什么我无法与我的jsp连接?

此行出现此错误

connection = DriverManager.getConnection("jdbc:postgresql://localhost/tpinet.it", "postgres","xxxx");

我在正确的路径中安装了jdbc驱动程序,并且我已经安装了4个使用此数据库的drupal站点,并且它们在线。

为什么在jsp中出现此错误?

0 个答案:

没有答案