GeoServer Directory Structure
Layout for GeoServer
Below show the directory structure for GeoServer.
The GeoServer deployed with AcuGIS Suite is not forked or modified.
GeoServer is well documented and can vary with updates. Please visit GeoServer Docs for comprehensive documentation.
/home/tomcat/<tomcat-version>/webapps/geoserver
-
data /
coverages/
data/
demo/
gwc/
gwc-layers/
layergroups/
logs/
palettes/
plugIns/
security/
styles/
user_projections/
validation/
workspaces/
www/
-
WEB-INF/
web.xml
server.xml
META-INF/
MANIFEST.MF
File/Folder | Purpose |
---|---|
bin/ |
Executable files such as catalina.sh |
conf/ |
Tomcat configuration files |
lib/ |
Libraries for Tomcat |
logs/ |
Tomcat log files |
temp/ |
Temporary directory for Tomcat |
webapps/ |
Application files |
work/ |
Tomcat work directory |
Next Up: Webmin Structure