I'm struggling to understand error logging in 5.5. As per the instructions at
http://tomcat.apache.org/tomcat-5.5-doc/logging.html, I've configured my log4j properties file and set up the log4j.jar and commons-logging-1.1.jar files in the common\lib.
The logging seems to work fine. I can switch the log levels from WARN to DEBUG and vary the granularity of the messages. I can see the messages on startup and shutdown.
For example, whenever I type anything into my browser, I can't see any result in the logs. A simple .html page is served up fine, but a 405 error message (HTTP method GET is not supported by this URL) that displays to the screen cannot be found anywhere in the logs. (I'm working on an XML-RPC project).
1) Is there a good resource on
Tomcat J2EE development that you can recommend? I'd hate to abuse these boards with newbie problems.
2) As long as I'm posting, does anyone have any suggestions for me for logging? I'd like to see all requests in a log someplace. My log4j.properties file that is in my common\classes folder is as follows:
Thank you...!