AFAIK there will be only one log4j configuration per Tomcat. If you want to differentiate logging behavior between your applications you either: - have a Logger per application OR - if you already have a Logger per class, you could make use of the hierarchy in log4j and change logging behavior on some intermediate node of this hierarchy (the 'root' of your application)
> > I have seen info on how to use log4j for Tomcat and I have seen info > on how to use log4j for a web app, but I haven't seen info on how to > use log4j for Tomcat logging with a separate config for each app. I > am having troubles getting that to work. Does anyone know of a web > page that explains that? > -- > James Stauffer > http://www.geocities.com/stauffer_james/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]