Hello All, Thanks to all who have responded to the same post on commons-user list. Here are the settings that solved the problem: After deploying J2EE app (.ear) on WAS 5.1, make sure you have Classloader mode as PARENT_LAST and WAR Classloader Policy as Application.
Now it's logging all messages it is supposed to log, just like the app on WAS 4.0.4. Reddy Pingili > -----Original Message----- > From: Pingili, Madhupal > Sent: Friday, June 18, 2004 10:50 AM > To: 'Struts Users Mailing List' > Subject: Struts 1.1 / WebSphere 5.1 logging > > > I have a web application developed with Struts 1.1 running on WebSphere > 4.0.4 successfully. > Now, if I deploy the same app on WebSphere 5.1, there is no log file > created. > I am using commons-logging.properties: > org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger > > and log4j.properties with 2 rolling file appenders to create 2 log files. > > Has anyone come across the logging issues when porting the web app to > WebSphere 5.1? > > Any help or links to resources is appreciated. > > > Reddy Pingili > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]