Re: Newbie EOModeler problems
Re: Newbie EOModeler problems
- Subject: Re: Newbie EOModeler problems
- From: Ken Tozier <email@hidden>
- Date: Sun, 16 Jan 2005 03:03:35 -0500
Thanks Simon. Moving and renaming the .jar file did the trick.
Ken
On Jan 16, 2005, at 2:25 AM, Simon Coles wrote:
The main stumbling blocks are:
1. What to use for a url as the database doesn't really have anything
to do with the web
2. How to get EOModeler to recognize the Postgres jdbc java module
You need to get the Postgres JDBC adaptor into a place where EOModeler
will see it, i.e. into the CLASSPATH.
I did this by putting it into the /Library/Java/Extensions directory.
Then my JDBC connection details are:
Username: (my postgres username)
Password: (if needed, I don't)
URL: jdbc:postgresql://localhost/<databaseName>
Driver: org.postgresql.Driver
Plugin: <this is blank>
You might want to check you can get to the database using psql (which
will check your username and password are right) and that Postgres is
setup to take TCP/IP connections ("tcpip_socket = true" in
postgresql.conf).
Simon
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden