From b5aefab37c25d5da114bb78768defc79fc709e29 Mon Sep 17 00:00:00 2001 From: tknall Date: Thu, 12 Jun 2008 08:19:49 +0000 Subject: A new check for the existence of a configuration has been implemented. The extraction is skipped if any files or folders would be overwritten. Files like log- or temp-files may exist and do not prevent the deployment of the default configuration. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@283 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- work/cfg/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'work/cfg/log4j.properties') diff --git a/work/cfg/log4j.properties b/work/cfg/log4j.properties index 1e964ff..2d3b0e0 100644 --- a/work/cfg/log4j.properties +++ b/work/cfg/log4j.properties @@ -16,7 +16,7 @@ log4j.appender.CONSOLE.Target = System.out # ROLLINGFILE log4j.appender.ROLLINGFILE = org.apache.log4j.RollingFileAppender -log4j.appender.ROLLINGFILE.File = ${catalina.base}/logs/pdf-as.log +log4j.appender.ROLLINGFILE.File = ${pdf-as.work-dir}/logs/pdf-as.log log4j.appender.ROLLINGFILE.MaxFileSize = 10240KB log4j.appender.ROLLINGFILE.MaxBackupIndex = 1 log4j.appender.ROLLINGFILE.layout = org.apache.log4j.PatternLayout -- cgit v1.2.3