Re: Start-up configuration

2008-10-22 Thread Jacob Kjome
up in under various systems? You can specify a Java system property, such as "log.home" and reference it as... log4j.appender.MYAppender.File=${log.home}/logs/log.txt The user can set this value by adding -Dlog.home=/path/to/logdir Jake Chris Kimball -- View this message in context:

Re: Start-up configuration

2008-10-22 Thread Curt Arnold
On Oct 22, 2008, at 6:43 AM, Chris Kimball wrote: I'm using a DOMConfigurator successfully in a jar-bundled, cross platform app. But the configuration file is currently a resource within the bundle, unmodifiable by a user. I'd like to copy the configuration file out once the app gets st

Start-up configuration

2008-10-22 Thread Chris Kimball
ectory does it turn up in under various systems? Chris Kimball -- View this message in context: http://www.nabble.com/Start-up-configuration-tp20108988p20108988.html Sent from the Log4j - Users mailing list archive at Nabble.com. ---