Re: Copy an existing installation to another machine
Posted by
pedroparkero on
Aug 11, 2011; 6:46am
URL: http://ngl.70.s1.nabble.com/Copy-an-existing-installation-to-another-machine-tp6657034p6675266.html
Yes, it is 5432. There is login role and both the name and password is newgenlib.
And the following excerpt of the dbconnection.xml show the correct connecting info:
jdbc:postgresql://localhost:5432/newgenlib
</property>
<property name="hibernate.connection.driver_class">
org.postgresql.Driver
</property>
<property name="hibernate.connection.username">newgenlib</property>
<property name="hibernate.connection.password">newgenlib</property>
And I've already opened both UDP & TCP port 5432 in the Windows Firewall. It still didn't work. >_<
-------------------------------------------------
With great knowledge comes great responsibility.