Re: Tomcat 7 Logging Log4J - [INFO] org.apache.catalina.core.ContainerBase

2011-06-21 Thread Björn Agel
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

Re: Tomcat 7 Logging Log4J - [INFO] org.apache.catalina.core.ContainerBase

2011-06-21 Thread 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 calls to >>> Servlet

Re: Tomcat 7 Logging Log4J - [INFO] org.apache.catalina.core.ContainerBase

2011-06-21 Thread 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 ServletContext.log() should come from. Any ideas? Search for the

Re: Tomcat 7 Logging Log4J - [INFO] org.apache.catalina.core.ContainerBase

2011-06-21 Thread 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 "PropertyMessageResources" string in t

Re: Tomcat 7 Logging Log4J - [INFO] org.apache.catalina.core.ContainerBase

2011-06-21 Thread 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? with best regards, Björn Am 21.06.2011 12:31, schrieb Konstantin Kolinko: 2011/6/2

Re: Tomcat 7 Logging Log4J - [INFO] org.apache.catalina.core.ContainerBase

2011-06-21 Thread Konstantin Kolinko
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 >  

Tomcat 7 Logging Log4J - [INFO] org.apache.catalina.core.ContainerBase

2011-06-21 Thread 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 log4j.appender.R.MaxFileSize=2MB