Re: Log rotate catalina.out

2011-04-28 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Igor, sorry for answering this late, I was quite busy the last days On 04/19/2011 09:04 AM, Igor Cicimov wrote: > Hi Thomas, > > Yes I have reference in the catalina.sh to the log4j.properties file: > > LOGGING_CONFIG="-Djava.util.logging.co

Re: Log rotate catalina.out

2011-04-19 Thread Igor Cicimov
Hi Thomas, Yes I have reference in the catalina.sh to the log4j.properties file: LOGGING_CONFIG="-Djava.util.logging.config.file=$CATALINA_BASE/conf/log4j.properties" this is what I get in the catalina.out on restart: INFO: Configuring Log4j from File: /data/apache-tomcat-6.0.29/webapps/applica

Re: Log rotate catalina.out

2011-04-17 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Igor, On 04/18/2011 08:23 AM, Igor Cicimov wrote: > Hi Thomas, > > First thanks for your reply. This is the relevant section in the > $CATALINA_BASE/conf/log4j.properties file: Do you use the JAva System Property - -Dlog4j.configuration=file:$CAT

Re: Log rotate catalina.out

2011-04-17 Thread Igor Cicimov
Hi Thomas, First thanks for your reply. This is the relevant section in the $CATALINA_BASE/conf/log4j.properties file: log4j.debug=true log4j.rootLogger=INFO, CATALINA, CONSOLE . . . log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender log4j.appender.CONSOLE.encoding=UTF-8 log4j.appender.CONSO

Re: Log rotate catalina.out

2011-04-17 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Igor, On 04/18/2011 07:38 AM, Igor Cicimov wrote: > I have a question about rotating catalina.out file. Is there any way to > accomplish this through Tomcat without using external tool like logrotate > for example as shown in the following thread: