Loading...
Select Version
&pagelevel(3)&pagelevel
The Apache Tomcat shipped with WebAdmin offers logging with its own implementation of java.util.logging API called JULI as a trace function.
The Tomcat logging configuration file UtmWebAdmin/conf/logging.properties
in the WebAdmin data root directory contains the complete file path (directory, prefix) and the lifetime of the trace files in days (maxDays) for the individual FileHandlers.
The log files and console output file are located in the WebAdmin main data directory under "UtmWebAdmin/logs
":
catalina.yyyy-mm-dd.log | Console log file (yyyy = year, mm = month, dd = day) |
localhost.yyyy-mm-dd.log | Tomcat protocol file |