> What should be the log4j.properties entries under > $CATALINA_BASE/common/classes be?
That file controls the Tomcat container logging if you have commons-logging support enabled. I believe you mentioned you're using the packaged version from your distribution, and I don't know whether that has commons-logging support or not. In any case that's the wrong file. You need to edit $CATALINA_BASE/webapps/cas/WEB-INF/classes/log4j.properties. Change the appender path to the path you want, then restart tomcat. The user running tomcat _must_ have write privileges to the path you use in log4j.properties. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
