Quote from: http://www.theserverside.com/discussions/thread.tss?thread_id=42709
log4j.appender.appender_name.File = ${file.name}
and in the code when call PropertyConfigurator.configure, just do System.setProperty("file.name","your path");
Quote from: http://www.theserverside.com/discussions/thread.tss?thread_id=42709
log4j.appender.appender_name.File = ${file.name}
and in the code when call PropertyConfigurator.configure, just do System.setProperty("file.name","your path");