I approve of, applaud, second this request, and together beg for help.

I asked the same kind of thing a few days ago, but was told to install an "official" Tomcat distribution, with all files in the official places, and not one of these desperately mangled Linux distributions, because the files are all in the wrong places and it makes it difficult to provide support. It all made a lot of sense.

Then one of the Linux mangling distribution authors intervened to explain why they were mangling and re-arranging things, and it all made a lot of sense too.

But in the meantime I still have the same problem below and no help to figure out where it comes from.


Lucas Campbell wrote:
Recently we've discovered that our Tomcat server is producing near duplicate Catalina logs. I say near because sometimes the logs are exactly the same, then other times one version will have more information than the other (not constantly one having more than the other). We can't seem to figure out where they are being produced from or why they would be different.

Here's a smattering of the logs so you can see what I'm talking about. The logs use both . and _, they're produced at the exact same times. -rw-r--r-- 1 tomcat6 nogroup 12675 2008-02-24 17:30 catalina_2008-02-24.log -rw-r--r-- 1 tomcat6 nogroup 15027 2008-02-24 17:30 catalina.2008-02-24.log -rw-r--r-- 1 tomcat6 nogroup 9937 2008-03-04 15:46 catalina_2008-03-04.log -rw-r--r-- 1 tomcat6 nogroup 9734 2008-03-04 15:46 catalina.2008-03-04.log -rw-r--r-- 1 tomcat6 nogroup 1160 2008-03-05 15:08 catalina_2008-03-05.log -rw-r--r-- 1 tomcat6 nogroup 1160 2008-03-05 15:08 catalina.2008-03-05.log -rw-r--r-- 1 tomcat6 nogroup 7509 2008-03-06 17:36 catalina_2008-03-06.log -rw-r--r-- 1 tomcat6 nogroup 7509 2008-03-06 17:36 catalina.2008-03-06.log -rw-r--r-- 1 tomcat6 nogroup 5219 2008-06-12 10:50 catalina_2008-06-12.log -rw-r--r-- 1 tomcat6 nogroup 5016 2008-06-12 10:50 catalina.2008-06-12.log

All the information I was able to find seemed to be pointing at the log4j.properties file as far as logging settings. But none of the information in it seemed to be of any use, I'll post it here because it may be of more use to someone who knows what really might be going on.

#
# Enables debug output for Probe classes.
#
#log4j.logger.org.jstripe=DEBUG
log4j.logger.org.springframework.web.context.support=ERROR
log4j.logger.org.springframework.beans.factory.support=ERROR


log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=${catalina.base}/logs/probe.log
log4j.appender.R.MaxFileSize=5036KB
log4j.appender.R.MaxBackupIndex=4
log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=%d{dd MMM yyyy HH:mm:ss} [%t] %-5p %c %x - %m%n

I've searched and searched, but I seems as though no one has run into the problem that I'm having right now. If anyone has any idea why this would be occurring, or where it is being produced from it would be greatly appreciated.

Thanks,

Lucas

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to