Re: Tomcat 6 logging clog

2011-11-03 Thread Mustafa Yuksel
Tim Space hotmail.com> writes: > > > Here is the result of "ps -aef | grep java" > ... Hi, I see it has been some time since the last message is posted but I had a similar problem that took quite an amount of my time. I want to share my experience here. Most probably, tomcat is not the one

RE: Tomcat 6 logging clog

2011-01-08 Thread Tim Space
gt; Date: Sat, 8 Jan 2011 16:12:15 + > From: p...@pidster.com > To: users@tomcat.apache.org > Subject: Re: Tomcat 6 logging clog > > On 1/8/11 7:10 AM, Tim Space wrote: > > > > > > > > > > As advised I removed every version of tomcat on my system

Re: Tomcat 6 logging clog

2011-01-08 Thread Konstantin Kolinko
2011/1/8 Tim Space : > Another problem with this logging situation is that my webapp takes more than > two minutes to load after startup. That is expected. Logging inside Digester takes a lot of time. > org.apache.jasper=SEVERE > org.apache.tomcat.util.file.Matcher=SEVERE > org.apache.tomcat.ut

Re: Tomcat 6 logging clog

2011-01-08 Thread Pid
On 1/8/11 7:10 AM, Tim Space wrote: > > > > > As advised I removed every version of tomcat on my system. There were two or > three others besides the version I was running: > /usr/share/java/tomcat5 > /etc/tomcat5 > /var/lib/tomcat5 > I have always started Tomcat with the sh startup.sh script

RE: Tomcat 6 logging clog

2011-01-07 Thread Tim Space
permission java.io.FilePermission "${catalina.base}${file.separator}conf${file.separator}logging.properties", "read"; Another problem with this logging situation is that my webapp takes more than two minutes to load after startup. What should I try next?

Re: Tomcat 6 logging clog

2011-01-07 Thread Konstantin Kolinko
2011/1/7 Caldarale, Charles R : > From: Tim Space [mailto:qwertypo...@hotmail.com] > Subject: Tomcat 6 logging clog > >> I'm tried modifying both files to no effect: >> /apache-tomcat-6.0.20/conf/logging.properties > > Step 1: move to the current Tomcat version, not one that's nearly two years > o

RE: Tomcat 6 logging clog

2011-01-07 Thread Caldarale, Charles R
From: Tim Space [mailto:qwertypo...@hotmail.com] Subject: Tomcat 6 logging clog > I'm tried modifying both files to no effect: > /apache-tomcat-6.0.20/conf/logging.properties Step 1: move to the current Tomcat version, not one that's nearly two years old. > /jdk1.6.0_18/jre/lib/logging.properti

Re: Tomcat 6 logging clog

2011-01-07 Thread Pid
On 1/7/11 9:40 AM, Tim Space wrote: > > Hi, > > I'm getting huge logs (50MB after startup) in catalina.out despite having > turned all logging up to SEVERE in my logging.property files. > I'm hoping someone can point me to the right thread, as I'm sure others > wouldn't have put up with 50MB