GeoServer Workspace Configuration

Document Information
Document ID: 
app2009-002

Workspace.xml is one of two configuration documents used to create a workspace in GeoServer

The id element is GeoServer's internal identifier for the workspace

The name element is the human-readable name of the workspace


<workspace>

      <id>gsml_workspace</id>

      <name>gsml</name>

</workspace>

0
Your rating: None
Application Documents Description Document ID Posted by Update Ratingsort icon
GeoServer Namespace Configuration The namespace.xml is one of two files that compose a workspace in GeoServer. This configures the namespace aspect of... app2009-001 Ryan Clark 09/21/2009 - 3:38pm
0
GeoServer FeatureType Configuration This XML document tells GeoServer to treat a datastore as a featuretype -- that is, provide it as a featuretype that... app2009-003 Ryan Clark 09/21/2009 - 3:41pm
0