GeoServer 1.4.0 review

Download
by rbytes.net on

GeoServer project is a full transactional Java (J2EE) implementation of the OpenGIS Consortium's Web Feature Server specification, w

License: GPL (GNU General Public License)
File size: 0K
Developer: Chris Holmes
0 stars award from rbytes.net

GeoServer project is a full transactional Java (J2EE) implementation of the OpenGIS Consortium's Web Feature Server specification, with an integrated WMS.

GeoServer is free software, available under the GPL 2.0 license.

Users who would like to access and modify their geographic data over the Internet using flexible, industry-approved standards should take a look at GeoServer or one of the existing commercial Web Feature Servers.

You can define your geoserver data directory in three ways:

1. "GEOSERVER_DATA_DIR" system property. this will most likely have come from "java -DGEOSERVER_DATA_DIR=..." or from you web container's GUI
2. "GEOSERVER_DATA_DIR" in the web.xml document:
< context-param >
< param-name >GEOSERVER_DATA_DIR< /param-name >
< param-value >c:myGeoserverData< /param-value >
< /context-param >
3. Defaults to the old behavior - ie. the application root - usually "server/geoserver" in your .WAR.

To make a new one of these data directories, just:

1. create the data directory
2. copy "data/" from an already running geoserver
3. create a "WEB-INF/" directory
5. copy "catalog.xml" and "services.xml" into the WEB-INF/ directory

What's New in This Release:
Spring framework
Updated embedded Jetty
More KML styling
German translation
Name extensions for WMS .shp and .pds results
On-the-fly log level changing
KML reprojection

Many bug fixes and additional services are in this release including: request caching, windows service option, and datastores for ArcSDE, Oracle, DB2, MySQL, GML, WFS, and VPF.

Based on GeoTools 2.2.2-SNAPSHOT

GeoServer 1.4.0 search tags