Property | Description |
---|
catalina.useNaming |
If this is false it will override the
useNaming attribute for all
Context elements.
|
catalina.config |
The URL for the catalina.properties configuration file.
|
loader.config |
The URL for the loader.properties configuration file.
|
tomcat.util.buf.StringCache.byte.enabled |
If true , the String cache is enabled for
ByteChunk . If not specified, the default value of
false will be used.
|
tomcat.util.buf.StringCache.char.enabled |
If true , the String cache is enabled for
CharChunk . If not specified, the default value of
false will be used.
|
tomcat.util.buf.StringCache.trainThreshold |
The number of times toString() must be called before the
cache is activated. If not specified, the default value of
20000 will be used.
|
tomcat.util.buf.StringCache.cacheSize |
The size of the String cache. If not specified, the default value of
200 will be used.
|
tomcat.util.buf.StringCache.maxStringSize |
The maximum length of String that will be cached. If not specified, the
default value of 128 will be used.
|