AW: configuring individually loggingf for every war application in an ear project

2011-06-21 Thread Stadelmann Josef
j-user@logging.apache.org Betreff: configuring individually loggingf for every war application in an ear project My ear project consists of two war applications. i want to create logs individually for every war. i mean every war projects must create its own logs. But, because of they run in th

Re: configuring individually loggingf for every war application in an ear project

2011-06-21 Thread Jacob Kjome
If the webapps are configured to use child-first, or parent-last, classloading and log4j.jar is in WEB-INF/lib and log4j.xml is in WEB-INF/classes (or you specify the config path yourself using the Spring configuration utility), then logging should be separated. Shared libraries located outs

configuring individually loggingf for every war application in an ear project

2011-06-21 Thread Melih U . Ünsal
My ear project consists of two war applications. i want to create logs individually for every war. i mean every war projects must create its own logs. But, because of they run in the same jvm, i am not sure whether it is possible or not. how can i handle this issue? By the way, the war application