Short story first:
Because of what must obviously be classloader issues(as discussed ad nauseum on the web), I moved the following files from ...tomcat/common/lib to .../tomcat/server/lib:
- commons-logging-1.1.1.jar
- log4j-1.2.8.jar
Any feedback is welcome (of a constructive sort), but here are the key points I will take away from this lesson:
- I think I would recommend this for any web application setup that uses JCL (either directly or through a dependent JAR).
- Tomcat logging is working correctly via a log4j.properties file in .../tomcat/server/classes, and all webapps seem to be logging correctly as configured in their web-inf/classes/log4j.xml file