Re: log4j when using Bootstrap not command-line startup

2007-12-15 Thread lightbulb432
Placing log4j's JAR into jre/lib/ext didn't cause the logs to appear. (I should mention that the logs I'm trying to control with log4j are Tomcat's internal logs, rather than web application logs.) The following command from the command line outputs the log as expected, as does calling startup.bat

Re: log4j when using Bootstrap not command-line startup

2007-12-15 Thread Martin Gainty
Lightbulb- to quote- http://www.slf4j.org/nlog4j/TROUBLESHOOT.html#noAppenders Log4j does not have a default logging target. It is the user's responsibility to ensure that all categories can inherit an appender. This can be easily achieved by attaching an appender to the root category. If you pl