-
Notifications
You must be signed in to change notification settings - Fork 33
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
Showing
18 changed files
with
2,287 additions
and
18 deletions.
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
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
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,23 @@ | ||
FORCE_WRAPPER | ||
acceptRanges true If true, range requests and responses are supported. | ||
cacheControl max-age=3600,public If set, all static content will have this value set as the cache-control header. | ||
dirAllowed true If true, directory listings are returned if no welcome file is found. Else 403 Forbidden. | ||
dispatchPath | ||
encodingHeaderCacheSize 0 Max entries in a cache of ACCEPT-ENCODING headers. | ||
etags false If True, weak etags will be generated and handled. | ||
gzip true If set to true, then static content will be served as gzip content encoded if a matching resource is found ending with ".gz" | ||
maxCacheSize 256000000 The maximum total size of the cache or 0 for no cache. | ||
maxCachedFileSize 200000000 The maximum size of a file to cache | ||
maxCachedFiles 2048 maxCachedFiles | ||
nonContextServlets | ||
otherGzipFileExtensions | ||
pathInfoOnly false If true, only the path info will be applied to the resourceBase | ||
precompressed | ||
redirectWelcome false If true, welcome files are redirected rather than forwarded to. | ||
relativeResourceBase Set with a pathname relative to the base of the servlet context root. Useful for only serving static content out of only specific subdirectories. | ||
resourceBase Set to replace the context resource base | ||
resourceCache resourceCache If set, this is a context attribute name, which the servlet will use to look for a shared ResourceCache instance. | ||
restrictToLocalhost | ||
stylesheet Set with the location of an optional stylesheet that will be used to decorate the directory listing html. | ||
useFileMappedBuffer true If set to true, it will use mapped file buffers to serve static content when using an NIO connector. Setting this value to false means that a direct buffer will be used instead of a mapped file buffer. This file sets the value to true. | ||
welcomeServlets false If true, attempt to dispatch to welcome files that are servlets, but only after no matching static resources could be found. If false, then a welcome file must exist on disk. If "exact", then exact servlet matches are supported without an existing file. Default is true. This must be false if you want directory listings, but have index.jsp in your welcome file list. |
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
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
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,23 @@ | ||
FORCE_WRAPPER SKIP SKIP | ||
acceptRanges false SKIP | ||
cacheControl max-age=3600 public | ||
dirAllowed false SKIP | ||
dispatchPath SKIP SKIP | ||
encodingHeaderCacheSize 1 -1 | ||
etags true SKIP | ||
gzip false SKIP | ||
maxCacheSize 128000000 512000000 | ||
maxCachedFileSize 100000000 400000000 | ||
maxCachedFiles 1024 4096 | ||
nonContextServlets SKIP SKIP | ||
otherGzipFileExtensions SKIP SKIP | ||
pathInfoOnly true SKIP | ||
precompressed SKIP SKIP | ||
redirectWelcome true SKIP | ||
relativeResourceBase SKIP SKIP | ||
resourceBase SKIP SKIP | ||
resourceCache SKIP SKIP | ||
restrictToLocalhost SKIP SKIP | ||
stylesheet SKIP SKIP | ||
useFileMappedBuffer false SKIP | ||
welcomeServlets true SKIP |
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
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
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
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
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,25 @@ | ||
FOO | ||
FORCE_WRAPPER | ||
acceptRanges | ||
cacheControl | ||
dirAllowed | ||
dispatchPath | ||
encodingHeaderCacheSize | ||
etags | ||
foo | ||
gzip | ||
maxCacheSize | ||
maxCachedFileSize | ||
maxCachedFiles | ||
nonContextServlets | ||
otherGzipFileExtensions | ||
pathInfoOnly | ||
precompressed | ||
redirectWelcome | ||
relativeResourceBase | ||
resourceBase | ||
resourceCache | ||
restrictToLocalhost | ||
stylesheet | ||
useFileMappedBuffer | ||
welcomeServlets |
Oops, something went wrong.