Sorcerer's IsleCode Lucee on Jetty / files

 1# Lucee on Jetty resources directory.
 2
 3The primary Lucee on Jetty readme is README.TXT in the top-level directory.
 4
 5The resources directory is where Jetty looks for logging configuration, in the
 6form of either jetty-logging.properties or logging.properties files.
 7
 8You can read more about logging in the Jetty documentation:
 9  http://eclipse.org/jetty/documentation/current/configuring-logging.html
10
11The **jetty-logging.properties** file instructs Lucee to use the StdErrLog class 
12for its logging, resulting in stdout and stderr being redirected to a log file 
13in the lucee-base/logs directory.