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 where the ca
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 where the calls to
>>> Servlet
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 for the
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 for the "PropertyMessageResources" string in t
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?
with best regards,
Björn
Am 21.06.2011 12:31, schrieb Konstantin Kolinko:
2011/6/2
2011/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=UTF-8
>
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