GeoServer: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[Category: GIS]]
== Overview ==
 
GeoServer is the Java based GIS web server that I am using with [[PostgreSQL]] and [[PostGIS]] for the [[Mapping Vietnam]] project


Home page: http://geoserver.org/
Home page: http://geoserver.org/
Line 13: Line 15:
WFS-T comments: http://weblogs.java.net/blog/2006/01/09/geoserver-wfs-t
WFS-T comments: http://weblogs.java.net/blog/2006/01/09/geoserver-wfs-t


== Overview ==
== Status ==


At this point I have installed GeoServer 2.1.2 on HuPI.org, using the WAR file and Tomcat 7. It's running on the Oracle Java JRE.  
At this point I have installed GeoServer 2.1.2 on HuPI.org, using the WAR file and Tomcat 7. It's running on the Oracle Java JRE.  
Line 21: Line 23:
I have looked at the sample data ("Whitefish") that is included.
I have looked at the sample data ("Whitefish") that is included.
Next step is to get some of my own data loaded.
Next step is to get some of my own data loaded.
== Setting up GeoServer ==
I found instructions in the PostGIS book. Page 324-
As mentioned above I currently use the WAR file method.
'''Change admin password now.'''
Set up [http://docs.geoserver.org/latest/en/user/security/sec_roles.html password access] Default is admin, geoserver. Just edit the security file, no need to restart, takes effect right away.
Next I have to set up my own workspace to serve my PostGIS data.


== Sample GeoServer site ==
== Sample GeoServer site ==
Line 28: Line 44:
This is from the Portland Trimet site...
This is from the Portland Trimet site...
GeoServer, OpenLayers, TileCache, PostgreSQL, PostGIS, GDAL, Extjs, Freemarker, Solr, Antlr, Balance  Ant, Http Client, Tomcat, Apache, and Cent OS are the underlying technologies used on this application. We're indebted to the contributors of these (and many other: eclipse, firefox  and firebug to name a few) open source projects for sharing their efforts and expertise.
GeoServer, OpenLayers, TileCache, PostgreSQL, PostGIS, GDAL, Extjs, Freemarker, Solr, Antlr, Balance  Ant, Http Client, Tomcat, Apache, and Cent OS are the underlying technologies used on this application. We're indebted to the contributors of these (and many other: eclipse, firefox  and firebug to name a few) open source projects for sharing their efforts and expertise.
[[Category: GIS]]

Revision as of 20:47, 30 October 2011

Overview

GeoServer is the Java based GIS web server that I am using with PostgreSQL and PostGIS for the Mapping Vietnam project

Home page: http://geoserver.org/

2009 Feb 06 -- I decided to take a crack at installing GeoServer 1.7.2 today.

2011 Oct -- I am working with 2.1.2 now

"GeoServer is a Java-based software server that allows users to view and edit geospatial data. Using open standards set forth by the Open Geospatial Consortium (OGC), GeoServer allows for great flexibility in map creation and data sharing."

The crucial feature is that it allows edits via WFS-T. Mapserver does not.

WFS-T comments: http://weblogs.java.net/blog/2006/01/09/geoserver-wfs-t

Status

At this point I have installed GeoServer 2.1.2 on HuPI.org, using the WAR file and Tomcat 7. It's running on the Oracle Java JRE.

Tomcat shuts down randomly at the moment. Not too worried since I am just testing.

I have looked at the sample data ("Whitefish") that is included. Next step is to get some of my own data loaded.

Setting up GeoServer

I found instructions in the PostGIS book. Page 324- As mentioned above I currently use the WAR file method.

Change admin password now. Set up password access Default is admin, geoserver. Just edit the security file, no need to restart, takes effect right away.

Next I have to set up my own workspace to serve my PostGIS data.



Sample GeoServer site

The Portland TriMet system map is on GeoServer via the OpenGeo stack.

This is from the Portland Trimet site... GeoServer, OpenLayers, TileCache, PostgreSQL, PostGIS, GDAL, Extjs, Freemarker, Solr, Antlr, Balance Ant, Http Client, Tomcat, Apache, and Cent OS are the underlying technologies used on this application. We're indebted to the contributors of these (and many other: eclipse, firefox and firebug to name a few) open source projects for sharing their efforts and expertise.