¿Problems with log4j after updating your WAS?
If your applications writes to a log file defined in log4j.properties and after install any IBM fix pack those applications stop to write in this log and writes in system.out just follow the next steps:
1- create a file called: commons-logging.properties and place this into it:
priority=100
org.apache.commons.logging.LogFactory=
org.apache.commons.logging.impl.LogFactoryImpl
org.apache.commons.logging.Log=
org.apache.commons.logging.impl.Log4JLogger
2- Copy this file in this directory: [profile_dir]/properties/
3- Stop and Start your servers and that´s it¡¡¡
Wednesday, December 10, 2008
Subscribe to:
Posts (Atom)