hello
Your problem is not Cayenne or JDBC.
I think your problem is that Postgre doesnt accept connections from another computer eccpet Fedora.
Try first the pgaadmin3 tool and tell me if you get connection.
if yes,

then these info must help:
URL = "jdbc:postgresql://yourMashineIP/yourDBName";

driver = org.postgresql.Driver;

password = password;

username = username;

plugin = Postgresql;



if no then tell me i will tell you how to make postgre accessed on the net.

John.





----- Original Message ----- From: "dfx" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, October 16, 2006 10:58 AM
Subject: How to set JDBC driver for PostgreSQL


Dear Sirs,

I am a novice with cayenne and I have some problem to configure correctly
the JDBC configuration of Cayenne Modeler.

I am running CayenneModeler.exe on a machne with windows 2000 server and I
would like to connect to a database PostgreSQL v. 8.1 running on Fedora Core
5 machine (the database name is 'dfxCongress' and the machine name is
'Linux-4').

Where I can find the correct values for 'JDCB Driver' and 'DB URL' fields?
(or how I can determine these values?)

Thank you.

D. Formenton


Reply via email to