You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by James Mendoza <jc...@gmail.com> on 2008/09/11 11:11:12 UTC

Fwd: log4j fails to rollover on Websphere 6 with Clustered Application Server

Hi,

I have a Cluster Server deployed on Websphere 6. This cluster contains 2
application server (e.g. AppServer1 and AppServer2)
When started individually, (e.g AppServer1 ONLY or AppServer2 ONLY), the
log4j rollover mechanism works fine; the backup logs (log.1, log.2,... )
were created perfectly.
However, when started at the same time, the rollover mechanism crashes. No
backup logs were created when the MaxFileSize of the current log file is
reached.

Is there any additional configuration that I need to do on Websphere? Or
changes to my implementation of LogFactory class? FYI, I created a class
extending the LogFactory class and this is what is inside the *
META-INF\services\org.apache.commons.logging.LogFactory* file.

Can someone help me with this? Thanks in advance!

Best regards,

James