Server logs
From ControlTier
This page describes the log files produced by the ControlTier server.
For CTL command logging see: Command logging.
Contents |
Jetty Logs
Jetty logs are located in the typical location, JETTY_HOME/logs. The JETTY_HOME environment variable will have been set in the $HOME/.ctierrc file. As of 3.2, log files are found in the directory: $CTIER_ROOT/pkgs/jetty-6.1.10/logs
eg:
ls $JETTY_HOME/logs 2009_01_21.request.log 2009_01_21.stderrout.log jetty.pid workbench.log
request.log
Contains information about each HTTP request. This is like a web access log. You will see the JackRabbit WebDAV requests here.
Request log file name is prefixed with the date: YYYY_MM_DD (eg, 2009_01_21.request.log)
stderrout.log
Contains all standard error and output messages. This contains messages from all the webapps.
Error log file name is prefixed with the date: YYYY_MM_DD (eg, 2009_01_21.stderrout.log)
workbench.log
This contains messages produced by the Workbench application

