<html><head></head><body><br>Hello:<br>I saw the thread discussing using system property to<br>specify file path for logback.xml instead of solely use class path.<br>I have the same issue too (surprised, actually). It is quite common<br>to have config file separate from the war file so that support<br>person(and developer)<br>&nbsp;could adjust it for quick debugging. often it takes<br>far more steps to rebuild/package the war file just to change <br>the logging options. Perhaps a middle ground would be<br>only have a single system property to specify the absolute path<br>and leave the rest to application itself?&nbsp; Or allow a path parameter<br>to be passed in getLogger() method and leave it to app to fingure out <br>how to get the path?<br></body></html>