diff --git a/WebContent/META-INF/MANIFEST.MF b/WebContent/META-INF/MANIFEST.MF new file mode 100644 index 000000000..254272e1c --- /dev/null +++ b/WebContent/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/WebContent/META-INF/context.xml b/WebContent/META-INF/context.xml new file mode 100644 index 000000000..8b1536381 --- /dev/null +++ b/WebContent/META-INF/context.xml @@ -0,0 +1,19 @@ + + + + + + + diff --git a/WebContent/WEB-INF/etc/simplelog.properties b/WebContent/WEB-INF/etc/simplelog.properties new file mode 100644 index 000000000..0deb89482 --- /dev/null +++ b/WebContent/WEB-INF/etc/simplelog.properties @@ -0,0 +1,24 @@ +############################################################ +# Simple properties +############################################################ +com.amarsoft.are.log.SimpleLog.level=all +#handlers Can be com.amarsoft.are.log.impl.ConsoleHandler,com.amarsoft.are.log.impl.FileHandler +com.amarsoft.are.log.SimpleLog.handlers=com.amarsoft.are.log.impl.ConsoleHandler,com.amarsoft.are.log.impl.FileHandler,com.amarsoft.are.log.impl.simple.WarnFileHandler + +com.amarsoft.are.log.impl.simple.WarnFileHandler.level = error; + +com.amarsoft.are.log.impl.simple.WarnFileHandler.pattern = d:/tmp/log/a3web_warn_%g.log + +com.amarsoft.are.log.impl.simple.WarnFileHandler.limit = 1024000 + +com.amarsoft.are.log.impl.FileHandler.level = debug +#com.amarsoft.are.log.impl.FileHandler.pattern = {$ARE.APP_HOME}/log/a3web_%D_%g.log + +com.amarsoft.are.log.impl.FileHandler.pattern = d:/tmp/log/a3web_%D_%g.log + +com.amarsoft.are.log.impl.FileHandler.limit = 10240000 +com.amarsoft.are.log.impl.FileHandler.count = 10 +com.amarsoft.are.log.impl.FileHandler.append = true +com.amarsoft.are.log.impl.FileHandler.formatter = com.amarsoft.are.log.impl.simple.SimpleFormatter + +com.amarsoft.are.log.impl.ConsoleHandler.level = all