aboutsummaryrefslogtreecommitdiff
path: root/spss/handbook/conf/moa-spss
diff options
context:
space:
mode:
Diffstat (limited to 'spss/handbook/conf/moa-spss')
-rw-r--r--spss/handbook/conf/moa-spss/log4j.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/spss/handbook/conf/moa-spss/log4j.properties b/spss/handbook/conf/moa-spss/log4j.properties
index f6abfd495..02b767b87 100644
--- a/spss/handbook/conf/moa-spss/log4j.properties
+++ b/spss/handbook/conf/moa-spss/log4j.properties
@@ -16,10 +16,10 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %20c | %10t | %m%n
# Configure the 'moaspss' appender to write moa-spss related logging output
-# to the file '${catalina.home}/logs/moa-spss.log'. The file is rolled over every 1000KB,
+# to the file '${catalina.base}/logs/moa-spss.log'. The file is rolled over every 1000KB,
# and a maximum history of 10 log files is being kept.
log4j.appender.moaspss=org.apache.log4j.RollingFileAppender
-log4j.appender.moaspss.File=${catalina.home}/logs/moa-spss.log
+log4j.appender.moaspss.File=${catalina.base}/logs/moa-spss.log
log4j.appender.moaspss.MaxFileSize=1000KB
log4j.appender.moaspss.MaxBackupIndex=10
log4j.appender.moaspss.layout=org.apache.log4j.PatternLayout