Re: [Geoserver-users] User login via PostGreSQL

2015-05-27 Thread Bahumut5
Hello! Small update: I have finally managed to get it to work today. Here's what I changed: In the group service settings, at the connection URL, I used the following: *jdbc:postgresql://localhost:5432* This, however, did not work. However, I changed this to also define which user it should

Re: [Geoserver-users] User login via PostGreSQL

2015-05-26 Thread Bahumut5
Greetings, Sorry for the late reply, but I have been unable to reply due to circumstances with specific servers within the company which required my full attention. - I have checked the version of both PostGis and PostGres, but both seem to be up to date. I have checked if the versions work well

Re: [Geoserver-users] User login via PostGreSQL

2015-05-12 Thread Bahumut5
Hello and thanks for your response. - The following steps have been taken: On Geoserver, I've created a Group Service using the JDBC option and connected it through localhost (jdbc:postgresql://localhost:5432/Geoserver) using a postgresql.Driver. The Username/Password I've used in this connection

[Geoserver-users] User login via PostGreSQL

2015-05-08 Thread Bahumut5
Greetings all, I've only recently started working with GeoServer and have no experience whatsoever with it and PostGreSQL. After spending quite some time searching the web and fiddling around with the server (running on Ubuntu), I've managed to successfully install and run both PostGreSQL and