If you're looking for a way to have a central log4j file for all apps, that may not be easily done. I don't know how it is now, but I remember that in previous versions of tomcat sharing tomcat's logging was problematic, which I think may have been due to Commons Logging.
But that's just my hot air; I'm no tomcat expert like the others here. No matter how much you may think it's a good idea now, I'll bet you that in the future you'll regret it when you're problem solving and need to tweak one app's logging. Having all of your apps joined at the hips with respect to logging just sounds like something that will cause unforseen problems later on. Jay wrote:
OS : RedHat Linux Tomcat version : 5.5.20 Am able to configure the logging level at individual war files, by referring to log4j.properties in web.xml. Could someone let me know, how to configure the logging level & also the file appender type at global level, please ? Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org