Hi all,
I have this problem with regards to log4j. I currently have 3 war files lets say A.war,B.war and C.war that deploy on
jboss using log4j. Each war is supposed to log into separate log files. Problem is the logging seem to be mixed up where logging from A.war appears in B.war and so on. My log4j.xml config is as below for the wars.
Is it have to do with jboss server or any other issues ? Thanks.