Log4J in a cluster is an issue if you are using FileAppender. The problem arises because of multiple process from multiple machines writing to the same file. Either you need to synchronize these processes by writing a buffer around the FileAppender or use some other appender like the SocketAppender or the JMSAppender.
http://www.onjava.com/pub/a/onjava/2003/04/02/log4j_ejb.html?page=last&x-order=date http://www.onjava.com/pub/a/onjava/2001/06/26/ejb.html http://www-130.ibm.com/developerworks/ http://logging.apache.org/log4j/docs/TROUBLESHOOT.html#notfound <snip> On Mon, 31 Jan 2005 01:33:22 -0500, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Also, for anyone that is using Log4J... I've been told at work that we cannot > use it because it isn't "J2EE-compliant"... I'm awaiting clarification on > what that actually means in this context... It sounds nonsensical to me, > but... Does anyone know of any concerns that might make sense in the context > of that statement? <snip> Jack -- "You can lead a horse to water but you cannot make it float on its back." "Heaven has changed. The Sky now goes all the way to our feet. ~Dakota Jack~ "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]