Hi Kevin, On 03/03/2014, at 3:15 PM, Kevin Spake <sparky0...@yahoo.com> wrote:
> From what I've read, 9.3 should accept tcp/ip connections via localhost by > default, without any configuration change. I've got the jdbc driver in the > libraries folder and it was added to the build path. Maybe my url is wrong? > This is the url I am using: jdbc:postgresql://localhost/5433/wonderbook 5432 would be a more common port for PostgreSQL to be running on—you sure it's running on 5433? In any case, assuming 5433 is correct, I think you want a colon separating host and port there, not a slash: jdbc:postgresql://localhost:5433/wonderbook -- Paul Hoadley http://logicsquad.net/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com