5 messages in org.apache.logging.log4j-userRE: What is the significance of rootC...
FromSent OnAttachments
Narendra Babu KirthiJun 2, 2004 10:53 pm 
Shapira, YoavJun 3, 2004 5:58 am 
Narendra Babu KirthiJun 3, 2004 9:25 pm 
Shapira, YoavJun 4, 2004 5:54 am 
Narendra Babu KirthiJun 4, 2004 7:15 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: What is the significance of rootCategory in property file.Actions...
From:Shapira, Yoav (Yoav@mpi.com)
Date:Jun 4, 2004 5:54:06 am
List:org.apache.logging.log4j-user

Hi,

Thanks alot for the information. Can I have any number of log4j properties files under a single web application ?

Yes. In case of conflicts the last one configured using Configurator#configure (or a variant thereof) will determine the configuration.

If so, where to put these properties files under tomcat ?

Wherever you want. To configure with multiple files you'll have to configure log4j programmatically anyways, so put the files wherever you want and adjust your code accordingly.

Are there any guidelines that I have to follow if there are many lo4j properties under a single web app ?

Nothing special.

Yoav