Structure of the GeoServer Data Directory¶
The following is the GEOSERVER_DATA structure:
data_directory/
app-schema-cache/
cluster/
coverages/
data/
demo/
gwc/
gwc-layers/
layergroups/
layouts/
legendsamples/
logs/
monitoring/
palettes/
security/
styles/
temp/
tmp/
user_projections/
validation/
wfs/
workspaces/
www/
global.xml
gwc-gs.xml
logging.xml
wcs.xml
wfs.xml
wms.xml
wmts.xml
wps.xml
File |
Description |
|
This is the application schema files cache for the App Schema extension. |
|
Contains configuration files for the geoserver-jms-cluster community module. |
coverages |
Contains some demo raster layers for this training. |
data |
Not to be confused with the |
|
The demo directory contains files which define the sample requests available in the Sample Request Tool. |
gwc |
This directory holds the cache created by the embedded GeoWebCache service. |
gwc-layers |
This directory holds the configuration files created by the embedded GeoWebCache service for each layer. |
layergroups |
Contains information on the layer groups configurations. |
layouts |
Contains configuration files for WMS decorations. |
|
Contains the cached versions of WMS legends. |
logs |
This directory contains the GeoServer logging files (log file and logging properties files). |
|
Contains configuration files for the Monitor extension. |
palettes |
The palettes directory is used to store pre-computed Image Palettes. Image palettes are used by the GeoServer WMS as way to reduce the size of produced images while maintaining image quality. |
security |
The security directory contains all the files used to configure the GeoServer security subsystem. This includes a set of property files which define access roles, along with the services and data each role is authorized to access. |
styles |
The styles directory contains a number of Styled Layer Descriptor (SLD), files that contain styling information used by the GeoServer WMS. |
|
Temporary directories, used by the WPS service and other modules. |
user_projections |
The user_projections directory contains extra spatial reference system definitions. The epsg.properties can be used to add new spatial reference systems, whilst the epsg_override.properties file can be used to override (overwrite) an official definition with a custom one. |
|
This directory contains the validation rules. |
wfs |
This directory holds temporary files and structures used by the WFS service. |
workspaces |
The various workspaces directories contain metadata about |
|
The www directory is used to allow GeoServer to act like a regular web server and serve regular files. Although it is not a substitute for a full-blown web server, the www directory can be useful to easily serve OpenLayers map applications (this avoids the need to setup a proxy in order to respect the same origin policy). |
global.xml |
Contains settings that go across services, including contact information, JAI settings, character sets and verbosity. |
|
Contains various settings for the GeoWebCache service. |
logging.xml |
Specifies the logging level, location, and whether it should log to std out. |
|
Contains the service metadata and various settings for the WCS service. |
|
Contains the service metadata and various settings for the WFS service. |
|
Contains the service metadata and various settings for the WMS service. |
|
Contains the service metadata and various settings for the WMTS service. |
|
Contains the service metadata and various settings for the WPS service. |
