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
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
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