* profiles.jsp: Bulletproofing, less memory usage

* Updates: Verify zip at startup before extracting
    * Wrapper: Take a couple fields out of the log so it's narrower
This commit is contained in:
zzz
2009-08-21 23:36:21 +00:00
parent cdc184c5e5
commit 22c0b8e524
3 changed files with 19 additions and 6 deletions

View File

@ -117,8 +117,12 @@ wrapper.logfile=$SYSTEM_java_io_tmpdir/wrapper.log
# no need for a wrapper.java.additional line too.
#wrapper.logfile=$INSTALL_PATH/wrapper.log
# Format of output for the log file. (See docs for formats)
wrapper.logfile.format=LPTM
# Format of output for the log file.
# The format consists of the tokens 'L' for log level, 'P' for prefix, 'D' for thread,
# 'T' for time, 'Z' for millisecond time, and 'M' for message
# Unfortunately the log timezone cannot be changed, see
# http://www.nabble.com/Log-message-timezone-td23651317.html
wrapper.logfile.format=TM
# Log Level for log file output. (See docs for log levels)
wrapper.logfile.loglevel=INFO