| Article: |
Understanding Classloaders: log4j in a J2EE Environment | |
| Subject: | log4j in a cluster is an issue? | |
| Date: | 2003-04-18 11:10:45 | |
| From: | anonymous2 | |
|
Response to: You still haven't addressed the most important thing....
|
||
|
Hello Vikram,
|
||
Showing messages 1 through 1 of 1.
-
log4j in a cluster is an issue?
2003-04-21 21:55:18 gvix [View]



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.
Best Regards,
Vikram Goyal