Property | Description |
---|
catalina.useNaming |
If this is false it will override the
useNaming attribute for all
Context elements.
|
jvmRoute |
Provides a default value for the jvmRoute attribute of the
Engine element. It does not override the a value
configured on the Engine element.
|
org.apache.catalina.loader. WebappClassLoader.ENABLE_CLEAR_REFERENCES |
If true , Tomcat attempts to null out any static or final
fields from loaded classes when a web application is stopped as a work
around for apparent garbage collection bugs and application coding errors.
There have been some issues reported with log4j when this option is
true .
Applications without memory leaks using recent JVMs should operate
correctly with this option set to false .
If not specified, the default value of true will be used.
|
catalina.config |
The URL for the catalina.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.
|