Skip to content

Commit

Permalink
Check in data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Johnson committed Dec 18, 2012
1 parent 4eff9c8 commit 442672d
Show file tree
Hide file tree
Showing 68 changed files with 1,207 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.classpath
.project
.settings
src/main/webapp/data
target/
5 changes: 5 additions & 0 deletions src/main/webapp/data/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Included Data
=============

This directory provides an empty GeoServer data directory, as such this directory
does not contain any published data and is not subject to a data license.
1 change: 1 addition & 0 deletions src/main/webapp/data/geonode/geonode_initialized
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file was created to flag that the GeoNode extensions have been configured in this server.If you delete it, the GeoNode settings will be applied again the next time you restart GeoServer.
21 changes: 21 additions & 0 deletions src/main/webapp/data/global.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<global>
<contact/>
<jai>
<allowInterpolation>false</allowInterpolation>
<recycling>true</recycling>
<tilePriority>5</tilePriority>
<tileThreads>7</tileThreads>
<memoryCapacity>0.5</memoryCapacity>
<memoryThreshold>0.75</memoryThreshold>
<imageIOCache>false</imageIOCache>
<pngAcceleration>false</pngAcceleration>
<jpegAcceleration>false</jpegAcceleration>
<allowNativeMosaic>false</allowNativeMosaic>
</jai>
<charset>UTF-8</charset>
<numDecimals>8</numDecimals>
<onlineResource>http://geoserver.org</onlineResource>
<verbose>false</verbose>
<verboseExceptions>false</verboseExceptions>
<updateSequence>0</updateSequence>
</global>
28 changes: 28 additions & 0 deletions src/main/webapp/data/gwc-gs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<GeoServerGWCConfig>
<version>1.0.0</version>
<directWMSIntegrationEnabled>false</directWMSIntegrationEnabled>
<WMSCEnabled>true</WMSCEnabled>
<WMTSEnabled>true</WMTSEnabled>
<TMSEnabled>true</TMSEnabled>
<cacheLayersByDefault>true</cacheLayersByDefault>
<cacheNonDefaultStyles>true</cacheNonDefaultStyles>
<metaTilingX>4</metaTilingX>
<metaTilingY>4</metaTilingY>
<gutter>0</gutter>
<defaultCachingGridSetIds>
<string>EPSG:4326</string>
<string>EPSG:900913</string>
</defaultCachingGridSetIds>
<defaultCoverageCacheFormats>
<string>image/png</string>
<string>image/jpeg</string>
</defaultCoverageCacheFormats>
<defaultVectorCacheFormats>
<string>image/png</string>
<string>image/jpeg</string>
</defaultVectorCacheFormats>
<defaultOtherCacheFormats>
<string>image/png</string>
<string>image/jpeg</string>
</defaultOtherCacheFormats>
</GeoServerGWCConfig>
Binary file added src/main/webapp/data/images/colorpicker.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/data/images/delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/data/images/deleteRed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/data/images/down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/data/images/gs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/data/images/gs.ico
Binary file not shown.
Binary file added src/main/webapp/data/images/rasterLegend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/data/images/up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/main/webapp/data/logging.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<logging>
<level>DEFAULT_LOGGING.properties</level>
<location>logs/geoserver.log</location>
<stdOutLogging>true</stdOutLogging>
</logging>
28 changes: 28 additions & 0 deletions src/main/webapp/data/logs/DEFAULT_LOGGING.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## This log4j configuration file needs to stay here, and is used as the default logging setup
## during data_dir upgrades and in case the chosen logging config isn't available.

log4j.rootLogger=WARN, geoserverlogfile, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{dd MMM HH:mm:ss} %p [%c{2}] - %m%n


log4j.appender.geoserverlogfile=org.apache.log4j.RollingFileAppender
# Keep three backup files.
log4j.appender.geoserverlogfile.MaxBackupIndex=3
# Pattern to output: date priority [category] - message
log4j.appender.geoserverlogfile.layout=org.apache.log4j.PatternLayout
log4j.appender.geoserverlogfile.layout.ConversionPattern=%d %p [%c{2}] - %m%n

log4j.category.log4j=FATAL

log4j.category.org.geotools=WARN
log4j.category.org.geotools.factory=WARN
log4j.category.org.geoserver=INFO
log4j.category.org.vfny.geoserver=INFO

log4j.category.org.springframework=WARN

log4j.category.org.geowebcache=INFO
log4j.category.org.geowebcache.seed.TruncateTask=WARN
40 changes: 40 additions & 0 deletions src/main/webapp/data/logs/GEOSERVER_DEVELOPER_LOGGING.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## This log4j configuration file needs to stay here, and is used as the default logging setup
## during data_dir upgrades and in case the chosen logging config isn't available.
##
## As GeoTools uses java.util.logging logging instead of log4j, GeoServer makes
## the following mappings to adjust the log4j levels specified in this file to
## the GeoTools logging system:
##
## Log4J Level java.util.logging Level
## --------------------------------------------
## ALL FINEST
## TRACE FINER
## DEBUG FINE (includes CONFIG)
## INFO INFO
## WARN/ERROR WARNING
## FATAL SEVERE
## OFF OFF

log4j.rootLogger=WARN, geoserverlogfile, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{dd MMM HH:mm:ss} %p [%c] - %m%n

log4j.category.log4j=FATAL

log4j.appender.geoserverlogfile=org.apache.log4j.RollingFileAppender
# Keep three backup files.
log4j.appender.geoserverlogfile.MaxBackupIndex=3
# Pattern to output: date priority [category] - message
log4j.appender.geoserverlogfile.layout=org.apache.log4j.PatternLayout
log4j.appender.geoserverlogfile.layout.ConversionPattern=%d %p [%c] - %m%n


log4j.category.org.geotools=WARN
log4j.category.org.geotools.factory=WARN

log4j.category.org.geoserver=TRACE
log4j.category.org.vfny.geoserver=TRACE

log4j.category.org.springframework=WARN
46 changes: 46 additions & 0 deletions src/main/webapp/data/logs/GEOTOOLS_DEVELOPER_LOGGING.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## This log4j configuration file needs to stay here, and is used as the default logging setup
## during data_dir upgrades and in case the chosen logging config isn't available.
##
## As GeoTools uses java.util.logging logging instead of log4j, GeoServer makes
## the following mappings to adjust the log4j levels specified in this file to
## the GeoTools logging system:
##
## Log4J Level java.util.logging Level
## --------------------------------------------
## ALL FINEST
## TRACE FINER
## DEBUG FINE (includes CONFIG)
## INFO INFO
## WARN/ERROR WARNING
## FATAL SEVERE
## OFF OFF

log4j.rootLogger=WARN, geoserverlogfile, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{dd MMM HH:mm:ss} %p [%c] - %m%n

log4j.category.log4j=FATAL

log4j.appender.geoserverlogfile=org.apache.log4j.RollingFileAppender
# Keep three backup files.
log4j.appender.geoserverlogfile.MaxBackupIndex=3
# Pattern to output: date priority [category] - message
log4j.appender.geoserverlogfile.layout=org.apache.log4j.PatternLayout
log4j.appender.geoserverlogfile.layout.ConversionPattern=%d %p [%c] - %m%n


log4j.category.org.geotools=TRACE
# Some more geotools loggers you may be interest in tweaking
log4j.category.org.geotools.factory=TRACE
log4j.category.org.geotools.renderer=DEBUG
log4j.category.org.geotools.data=TRACE
log4j.category.org.geotools.feature=TRACE
log4j.category.org.geotools.filter=TRACE
log4j.category.org.geotools.factory=TRACE

log4j.category.org.geoserver=INFO
log4j.category.org.vfny.geoserver=INFO

log4j.category.org.springframework=WARN
41 changes: 41 additions & 0 deletions src/main/webapp/data/logs/PRODUCTION_LOGGING.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## This log4j configuration file needs to stay here, and is used as the default logging setup
## during data_dir upgrades and in case the chosen logging config isn't available.
##
## As GeoTools uses java.util.logging logging instead of log4j, GeoServer makes
## the following mappings to adjust the log4j levels specified in this file to
## the GeoTools logging system:
##
## Log4J Level java.util.logging Level
## --------------------------------------------
## ALL FINEST
## TRACE FINER
## DEBUG FINE (includes CONFIG)
## INFO INFO
## WARN/ERROR WARNING
## FATAL SEVERE
## OFF OFF

log4j.rootLogger=WARN, geoserverlogfile, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{dd MMM HH:mm:ss} %p [%c{2}] - %m%n


log4j.appender.geoserverlogfile=org.apache.log4j.RollingFileAppender
# Keep three backup files.
log4j.appender.geoserverlogfile.MaxBackupIndex=3
# Pattern to output: date priority [category] - message
log4j.appender.geoserverlogfile.layout=org.apache.log4j.PatternLayout
log4j.appender.geoserverlogfile.layout.ConversionPattern=%d %p [%c{2}] - %m%n

log4j.category.log4j=FATAL

log4j.category.org.geotools=WARN
log4j.category.org.geotools.factory=WARN
log4j.category.org.geoserver=WARN
log4j.category.org.vfny.geoserver=WARN

log4j.category.org.springframework=WARN

log4j.category.org.geowebcache=ERROR
43 changes: 43 additions & 0 deletions src/main/webapp/data/logs/VERBOSE_LOGGING.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## This log4j configuration file needs to stay here, and is used as the default logging setup
## during data_dir upgrades and in case the chosen logging config isn't available.
##
## As GeoTools uses java.util.logging logging instead of log4j, GeoServer makes
## the following mappings to adjust the log4j levels specified in this file to
## the GeoTools logging system:
##
## Log4J Level java.util.logging Level
## --------------------------------------------
## ALL FINEST
## TRACE FINER
## DEBUG FINE (includes CONFIG)
## INFO INFO
## WARN/ERROR WARNING
## FATAL SEVERE
## OFF OFF

log4j.rootLogger=WARN, geoserverlogfile, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{dd MMM HH:mm:ss} %p [%c{2}] - %m%n

log4j.category.log4j=FATAL

log4j.appender.geoserverlogfile=org.apache.log4j.RollingFileAppender
# Keep three backup files.
log4j.appender.geoserverlogfile.MaxBackupIndex=3
# Pattern to output: date priority [category] - message
log4j.appender.geoserverlogfile.layout=org.apache.log4j.PatternLayout
log4j.appender.geoserverlogfile.layout.ConversionPattern=%d %p [%c{2}] - %m%n


log4j.category.org.geotools=TRACE
log4j.category.org.geotools.factory=TRACE
log4j.category.org.geotools.renderer=DEBUG
log4j.category.org.geoserver=TRACE
log4j.category.org.vfny.geoserver=TRACE

log4j.category.org.springframework=INFO
log4j.category.org.apache.struts=INFO

log4j.category.org.geowebcache=DEBUG
Loading

0 comments on commit 442672d

Please sign in to comment.