Am 21.06.2011 15:33, schrieb Konstantin Kolinko:
2011/6/21 Björn Agel:
Am 21.06.2011 14:59, schrieb Konstantin Kolinko:
2011/6/21 Björn Agel:
H,
In the documentation of Struts 1.3.10 it says they are using
commons-logging
API.
I configured Tomcat to use log4j, so I don't know wher
Am 21.06.2011 14:59, schrieb Konstantin Kolinko:
2011/6/21 Björn Agel:
H,
In the documentation of Struts 1.3.10 it says they are using commons-logging
API.
I configured Tomcat to use log4j, so I don't know where the calls to
ServletContext.log() should come from.
Any ideas?
Search fo
011/6/21 Björn Agel:
Hi there,
I am using Log4j with the following log4j.properties for the Tomcat:
/log4j.rootLogger=INFO, R
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=${catalina.home}/logs/tomcat.log
log4j.appender.R.encoding=
Hi there,
I am using Log4j with the following log4j.properties for the Tomcat:
/log4j.rootLogger=INFO, R
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=${catalina.home}/logs/tomcat.log
log4j.appender.R.encoding=UTF-8
log4j.appender.R.MaxFileSize=2MB