forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeffrey Johnson
committed
Dec 18, 2012
1 parent
4eff9c8
commit 442672d
Showing
68 changed files
with
1,207 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.classpath | ||
.project | ||
.settings | ||
src/main/webapp/data | ||
target/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
40
src/main/webapp/data/logs/GEOSERVER_DEVELOPER_LOGGING.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
46
src/main/webapp/data/logs/GEOTOOLS_DEVELOPER_LOGGING.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.