Re: Log rotation issue

2023-02-28 Thread Mark Thomas
ion? It shouldn't be Tomcat. Can you provide a few examples? Mark From: Mark Thomas Date: Monday, 27 February 2023 at 11:17 PM To: users@tomcat.apache.org Subject: Re: Log rotation issue On 27/02/2023 02:28, Ragavendhiran Bhiman (rabhiman) wrote: Hi we are facing log rotation is

Re: Log rotation issue

2023-02-27 Thread Ragavendhiran Bhiman (rabhiman)
"right" way to fix this is to stop whatever is writing to stdout from doing that. Mostly I think the exceptions and errors etc., From: Mark Thomas Date: Monday, 27 February 2023 at 11:17 PM To: users@tomcat.apache.org Subject: Re: Log rotation issue On 27/02/2023 02:28, Ragavendhi

Re: Log rotation issue

2023-02-27 Thread Mark Thomas
On 27/02/2023 02:28, Ragavendhiran Bhiman (rabhiman) wrote: Hi we are facing log rotation issue in apache tomcat. Our configurations like below handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.juli.AsyncFileHandler, 3manager.org.apache.juli.AsyncFileHandler

Re: Log rotation issue

2023-02-26 Thread Ragavendhiran Bhiman (rabhiman)
Is using consolehandlers is fine? From: Rob Sargent Date: Monday, 27 February 2023 at 10:23 AM To: users@tomcat.apache.org Subject: Re: Log rotation issue On 2/26/23 19:28, Ragavendhiran Bhiman (rabhiman) wrote: > Hi > > we are facing log rotation issue in apache tomcat. Our confi

Re: Log rotation issue

2023-02-26 Thread Rob Sargent
On 2/26/23 19:28, Ragavendhiran Bhiman (rabhiman) wrote: Hi we are facing log rotation issue in apache tomcat. Our configurations like below handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.juli.AsyncFileHandler, 3manager.org.apache.juli.AsyncFileHandler

Log rotation issue

2023-02-26 Thread Ragavendhiran Bhiman (rabhiman)
Hi we are facing log rotation issue in apache tomcat. Our configurations like below handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.juli.AsyncFileHandler, 3manager.org.apache.juli.AsyncFileHandler, 4host-manager.org.apache.juli.AsyncFileHandler .handlers

Re: Tomcat Stop Daily log Rotation for all logs

2018-07-09 Thread sri devops
Thanks Mark, that worked !!! On Mon, Jul 9, 2018 at 3:27 PM Mark Thomas wrote: > On 09/07/18 21:06, sri devops wrote: > > Hello All, > > > > I have apache-tomcat-8.5.23 installed and running on RHEL 7.x86_64 and > > OpenJDK version "1.8.0_151". > >

Re: Tomcat Stop Daily log Rotation for all logs

2018-07-09 Thread Mark Thomas
On 09/07/18 21:06, sri devops wrote: > Hello All, > > I have apache-tomcat-8.5.23 installed and running on RHEL 7.x86_64 and > OpenJDK version "1.8.0_151". > > I wanted to manage log rotation using log rotate, however tomcat performs > its own log rotation which

Tomcat Stop Daily log Rotation for all logs

2018-07-09 Thread sri devops
Hello All, I have apache-tomcat-8.5.23 installed and running on RHEL 7.x86_64 and OpenJDK version "1.8.0_151". I wanted to manage log rotation using log rotate, however tomcat performs its own log rotation which interacts badly with log rotate. How can i turn OFF all tomcat log rot

Re: Tomcat log dropping entries after log rotation

2015-01-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michelle, On 1/3/15 8:15 PM, Michelle Warner wrote: > > - Original Message - From: "Christopher Schultz" > To: "Tomcat Users List" > Sent: Tuesday, December 30, 2014 9:41 AM > Subject: Re: Tomcat log

Re: Tomcat log dropping entries after log rotation

2015-01-03 Thread Michelle Warner
- Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Tuesday, December 30, 2014 9:41 AM Subject: Re: Tomcat log dropping entries after log rotation -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michelle, On 12/29/14 8:55 PM, Miche

Re: Tomcat log dropping entries after log rotation

2014-12-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michelle, On 12/29/14 8:55 PM, Michelle Warner wrote: > I am using Tomcat 8 with log4j2 to handle application logging. The > log4j2.xml and log4j-api-2.0-rc2/jar are both located in the lib > folder of Tomcat. After a log rotation, any

Tomcat log dropping entries after log rotation

2014-12-29 Thread Michelle Warner
I am using Tomcat 8 with log4j2 to handle application logging. The log4j2.xml and log4j-api-2.0-rc2/jar are both located in the lib folder of Tomcat. After a log rotation, any ERROR log messages or messages associated with a hot deployment stop logging. If I bounce Tomcat, then the logging of

Tomcat log dropping entries after log rotation

2014-12-29 Thread Michelle Warner
I am using Tomcat 8 with log4j2 to handle application logging. The log4j2.xml and log4j-api-2.0-rc2/jar are both located in the lib folder of Tomcat. After a log rotation, any ERROR log messages or messages associated with a hot deployment stop logging. If I bounce Tomcat, then the logging of

Re: Stderr and Stdout Log Rotation on Tomcat 6.0 on Windows

2014-08-20 Thread Christopher Schultz
FAQ, user forum and article but no one seems to > have any clue on this. > > I use 64-bit Tomcat 6.0.39 as a Windows service on Windows 2008 R2 > x64Standard. > > Tomcat keeps writing to the same stdout and stderr log files > without any log rotation until the service is res

Re: Stderr and Stdout Log Rotation on Tomcat 6.0 on Windows

2014-08-20 Thread Björn Raupach
gt; x64Standard. > > Tomcat keeps writing to the same stdout and stderr log files without any log > rotation until the service is restarted. Because of this, the stdout and > stderr log files become quite large in time and it becomes difficult to > open/read logs. My ai

Stderr and Stdout Log Rotation on Tomcat 6.0 on Windows

2014-08-20 Thread Kristof Can Bilen
2008 R2 x64Standard. Tomcat keeps writing to the same stdout and stderr log files without any log rotation until the service is restarted. Because of this, the stdout and stderr log files become quite large in time and it becomes difficult to open/read logs. My aim is to never restart the T

RE: How to specify log rotation in Tomcat 6

2014-05-03 Thread Randhir Singh
Thanks for your answer. I can try truncating Tomcat on our UAT environment and see if there are any issues. Regards -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Monday, April 28, 2014 7:02 PM To: Tomcat Users List Subject: Re: How to specify log

RE: How to specify log rotation in Tomcat 6

2014-05-03 Thread Randhir Singh
be risky to try it on our production. Regards -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, April 28, 2014 6:47 PM To: Tomcat Users List Subject: Re: How to specify log rotation in Tomcat 6 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

Re: How to specify log rotation in Tomcat 6

2014-04-28 Thread Konstantin Kolinko
2014-04-28 15:15 GMT+04:00 Randhir Singh : > Thanks a lot Chris for your answer. I would stick to this subject line among > the others. I have some important questions based on this: > > 1) Does Tomcat start giving problems if catalina.out becomes more than 2 GB? Tomcat - no. There were reports o

Re: How to specify log rotation in Tomcat 6

2014-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randir, On 4/28/14, 7:15 AM, Randhir Singh wrote: > Thanks a lot Chris for your answer. I would stick to this subject > line among the others. I have some important questions based on > this: > > 1) Does Tomcat start giving problems if catalina.out

RE: How to specify log rotation in Tomcat 6

2014-04-28 Thread Randhir Singh
Subject: Re: How to specify log rotation in Tomcat 6 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randhir, On 4/22/14, 10:15 AM, Randhir Singh wrote: > I want to know how to specify log rotation in Tomcat 6. I tried > searching for information but I could not find anything substantial. >

Re: How to specify log rotation in Tomcat 6

2014-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randhir, On 4/22/14, 10:15 AM, Randhir Singh wrote: > I want to know how to specify log rotation in Tomcat 6. I tried > searching for information but I could not find anything > substantial. The mount point on which Tomcat is placed is

How to specify log rotation in Tomcat 6

2014-04-22 Thread Randhir Singh
Hi, I want to know how to specify log rotation in Tomcat 6. I tried searching for information but I could not find anything substantial. The mount point on which Tomcat is placed is 99% and I wanted to understand the log rotation. Humbly requesting a revert on this as it a immediate problem

Re: Problems trying to disable log rotation within Tomcat 6

2013-01-23 Thread Christopher Schultz
is because logrotate sends a signal to httpd that says "reset your logs". That closes the existing file descriptor (currently pointing to to a file that has been moved out of the way) and opens a new one to the original path name. Tomcat, JULI, log4j, etc. have no such mechanism and theref

Re: Problems trying to disable log rotation within Tomcat 6

2013-01-23 Thread Konstantin Kolinko
2013/1/24 Alan Worstell : > Hello, > I'm using Tomcat 6.0.24-2ubuntu1.10 on Ubuntu 10.04.4 and I am trying to > disable datestamping and rotation of log files within Tomcat so I can use > logrotate for everything. > I have added these lines to /etc/tomcat6/logging.properties: > 1catalina.org.apache

Problems trying to disable log rotation within Tomcat 6

2013-01-23 Thread Alan Worstell
Hello, I'm using Tomcat 6.0.24-2ubuntu1.10 on Ubuntu 10.04.4 and I am trying to disable datestamping and rotation of log files within Tomcat so I can use logrotate for everything. I have added these lines to /etc/tomcat6/logging.properties: 1catalina.org.apache.juli.FileHandler.rotatable = fals

log rotation of locahost,manager,jakarta,stdout, and stderr files on windows

2010-03-16 Thread fins60254
Running tomcat-6.0.26 on Windows XP out of the box. Is there a way to rotate the stdout, stderr, localhost, manager, jarkata log files that get created under the logs directory when tomcat gets started up via the windows service ? Currently one is forced to stop the service, and restart it to rot

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-11-09 Thread Rainer Jung
I suspect some conspiracy is going on: just bought a book during ApacheCon US and on the flyleaf with citations it contains: "To a man with a hammer, everything looks like a nail" (Mark Twain) ... - To unsubscribe, e-mail: users

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-11-02 Thread André Warnier
Elli Albek wrote: How did this make it into the tomcat users list? :) CPAN: Driven by users. Java (JCP) Driven by vendors. Tomcat logging: driven by Java Hammer (tm) manufacturers. - To unsubscribe, e-mail: users-unsubscr...

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-11-02 Thread Elli Albek
How did this make it into the tomcat users list? :) CPAN: Driven by users. Java (JCP) Driven by vendors.

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 10/31/2009 9:53 AM, André Warnier wrote: > Fortunately, this is not about to happen to java programmers. Zing! - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozd

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-31 Thread André Warnier
Leon Rosenberg wrote: On Sat, Oct 31, 2009 at 10:59 AM, André Warnier wrote: Leon Rosenberg wrote: They are saying: In the time java developers picks the gun, the php developer runs away with the prey. And the c developer seems to be thinking about best fitting boots. The perl developer in t

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-31 Thread Leon Rosenberg
On Sat, Oct 31, 2009 at 10:59 AM, André Warnier wrote: > Leon Rosenberg wrote: >> >> They are saying: In the time java developers picks the gun, the php >> developer runs away with the prey. And the c developer seems to be >> thinking about best fitting boots. >> > The perl developer in the meanti

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-31 Thread André Warnier
Leon Rosenberg wrote: They are saying: In the time java developers picks the gun, the php developer runs away with the prey. And the c developer seems to be thinking about best fitting boots. The perl developer in the meantime created a module which will allow him to catch the rest of the spec

RE: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-30 Thread George Sexton
> -Original Message- > From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com] > Sent: Friday, October 30, 2009 1:53 PM > To: Tomcat Users List > Subject: Re: [OT] Hammers and nails (was Re: A question about log- > rotation on "catalina.out") > &g

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-30 Thread Leon Rosenberg
On Fri, Oct 30, 2009 at 4:56 PM, Christopher Schultz wrote: >> Java is for big boys only, isn't it? > > I've heard that recent (even several years old, now) versions of Java > VMs can "match" the speed of compiled C++ for many non-trivial uses. > But, can the Java compiler use its generics feature

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pierre, On 10/30/2009 9:21 AM, Pierre Goupil wrote: > I'm a true Java developper (tm). If a problem can't be solved with Java, > that's not a real problem. Here's one Java can't do (without significant help): Write a command-line (no GUI) app that p

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-30 Thread Pierre Goupil
I'm a true Java developper (tm). If a problem can't be solved with Java, that's not a real problem. Java is for big boys only, isn't it? On Fri, Oct 30, 2009 at 2:12 PM, André Warnier wrote: > Peter Crowther wrote: > >> >> At the other end of the language-complexity scale, I can't remember >> t

Re: [OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-30 Thread André Warnier
Peter Crowther wrote: At the other end of the language-complexity scale, I can't remember the source of the quote but I do appreciate "When C++ is your hammer, everything looks like a screw." I don't know what you people are all talking about. We Perl programmers don't have such issues. It do

[OT] Hammers and nails (was Re: A question about log-rotation on "catalina.out")

2009-10-30 Thread Peter Crowther
2009/10/30 Caldarale, Charles R : > Smalltalk is a classic example of the philosophy: "I have a hammer, therefore > everything is a nail." I used to teach Smalltalk*. Of a 3-day course, 1/4 day was on the language, 1/2 day was on the environment and the rest was on the class library. It's an in

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 10/29/2009 6:47 PM, André Warnier wrote: > 4) If it works, this has got to go on the WiKi I apologize for possibly sounding like a jerk, but my suggestion seemed somewhat self-evident given the various configuration options. > Christopher

RE: A question about log-rotation on "catalina.out"

2009-10-29 Thread Caldarale, Charles R
> From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Subject: Re: A question about log-rotation on "catalina.out" > > Two times in one day: > > http://mail-archives.apache.org/mod_mbox/httpd- > docs/200910.mbox/raw/%3c20091029112545.gz5...@cr%3e/ > > con

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread Rainer Jung
On 30.10.2009 01:35, Caldarale, Charles R wrote: >> From: peter.crowth...@googlemail.com >> [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther >> Subject: Re: A question about log-rotation on "catalina.out" >> >> ... you've not played w

RE: A question about log-rotation on "catalina.out"

2009-10-29 Thread Caldarale, Charles R
> From: peter.crowth...@googlemail.com > [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther > Subject: Re: A question about log-rotation on "catalina.out" > > ... you've not played with Smalltalk, have you? :-) Arithmetic isn't > built int

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread Peter Crowther
2009/10/29 André Warnier : > (*) Actually, it's not the Java language itself, which is quite simple and > elegant.  But it's that in order to do anything at all in that language, you > first need to become familiar with dozens of class hierarchies. ... you've not played with Smalltalk, have you? :

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread André Warnier
Christopher, 1) :-) 2) I'll definitely try it. It looks like it's worth the effort (and as a reward for yours). 3) I have a question in the text below 4) If it works, this has got to go on the WiKi Christopher Schultz wrote: I think you can get this effect by: 1. Setting Q : are the abov

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 10/29/2009 2:38 PM, André Warnier wrote: > Christopher Schultz wrote: >> >> [Cue Andre's rant about logging configuration in Tomcat 5+] >> > Yes, I want a new >logpath="mychoice" prefix="mychoicetoo" suffix="mychoicealso" > rotate="mycho

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread André Warnier
Christopher Schultz wrote: [Cue Andre's rant about logging configuration in Tomcat 5+] Yes, I want a new logpath="mychoice" prefix="mychoicetoo" suffix="mychoicealso" rotate="mychoiceagain" /> that will suck in all the logs that these undisciplined application developers dream up and direc

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread Christopher Schultz
; will be > > rotated everyday, i.g. "catalina.-mm-dd.log. But the "catalina.out"-self > > doesn't begin from the new day but still contains the old log messages. I've > > heard this is default setting. Is it true? > > > > How can I improve

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread Christopher Schultz
binuQvzTFsbws.bin Description: PGP/MIME version identification

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread thomas2004
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/A-question-about-log-rotation-on-%22catalina.out%22-tp26109469p26109909.html Sent from the Tomcat - Us

Re: A question about log-rotation on "catalina.out"

2009-10-29 Thread Harald Dunkel
thomas2004 wrote: > Hi all, > > I have now a problem/question: > > I've installed Tomcat 5.5.27 on Linux. Though the "catalina.out" will be > rotated everyday, i.g. "catalina.-mm-dd.log. But the "catalina.out"-self > doesn't begin from the new day but still contains the old log messages. I've

A question about log-rotation on "catalina.out"

2009-10-29 Thread thomas2004
I've heard this is default setting. Is it true? How can I improve this log-rotation so that everyday the "catalina.out" will be closed and a new one created which just holds the current day log messages? -- View this message in context: http://www.nabble.com/A-question-about-log-

Re: log rotation

2006-07-21 Thread Garthfield Carter
may be an option for you on *nix systems. --David Mirou, Antoine wrote: Hello, What is the easiest way to do a log rotation with tomcat ? For example, I'd like to rotate catalina.out on a daily basis and have up to 5 versions kept. How can I do it ? Antoine Mirou Ce message et tou

Re: log rotation

2006-07-21 Thread Martin Gainty
thout making a copy. Thank you. - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, July 21, 2006 12:52 PM Subject: Re: log rotation > catalina.out is the redirected output of tomcat -- not a product of > log4

Re: log rotation

2006-07-21 Thread David Smith
OS's. Unix/Linux seem to handle the sudden disappearance of a file well (or at least better than Windows) and simply create a new one. Just renaming the file without stop/start may be an option for you on *nix systems. --David Mirou, Antoine wrote: Hello, What is the easiest way t

log rotation

2006-07-21 Thread Mirou, Antoine
Hello, What is the easiest way to do a log rotation with tomcat ? For example, I'd like to rotate catalina.out on a daily basis and have up to 5 versions kept. How can I do it ? Antoine Mirou Ce message et toutes les pièces jointes (ci-après le « message ») sont confidentiels et étab

Re: Daily log rotation?

2006-03-30 Thread David Kerber
-Original Message- From: David Kerber [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 8:42 AM To: Tomcat Users List Subject: Re: Daily log rotation? Can I use it for the Tomcat standard logs without changing my applications? I want to rotate the stdout_, jakarta_service_, etc lo

Re: Daily log rotation?

2006-03-30 Thread David Kerber
separate log4j jars and configs, or don't supply any at all in your application and use the jar and configs from common/lib. -Original Message- From: David Kerber [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 8:42 AM To: Tomcat Users List Subject: Re: Daily log rotati

RE: Daily log rotation?

2006-03-30 Thread Tim Lucia
supply any at all in your application and use the jar and configs from common/lib. -Original Message- From: David Kerber [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 8:42 AM To: Tomcat Users List Subject: Re: Daily log rotation? Can I use it for the Tomcat standard logs withou

Re: Daily log rotation?

2006-03-30 Thread David Kerber
? 1. It's already written 2. It already works 3. It has log rotation (either size-based, or interval based) 4. It has customizable appenders to output the information you want, in the format you want ... Tim -Original Message- From: David Kerber [mailto:[EMAIL PROTECTED] Sent: Thu

RE: Daily log rotation?

2006-03-30 Thread Tim Lucia
Is there some reason you cannot plug in log4j? 1. It's already written 2. It already works 3. It has log rotation (either size-based, or interval based) 4. It has customizable appenders to output the information you want, in the format you want ... Tim -Original Message- From:

Re: Daily log rotation?

2006-03-30 Thread David Kerber
e - From: "David Kerber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, March 29, 2006 9:21 PM Subject: Re: Daily log rotation? Boy, log rotation sure seems like it would be a reasonable function to have built into tomcat's native logging...

Re: Daily log rotation?

2006-03-29 Thread Parsons Technical Services
Write a patch and submit it. - Original Message - From: "David Kerber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, March 29, 2006 9:21 PM Subject: Re: Daily log rotation? Boy, log rotation sure seems like it would be a reasonable fu

Re: Daily log rotation?

2006-03-29 Thread David Kerber
Boy, log rotation sure seems like it would be a reasonable function to have built into tomcat's native logging... Tim Lucia wrote: Use Log4J, or another logger implementation of your choosing, with a RollingDailyFileAppender (Log4J) or equivalent (your choosing) as the t

RE: Daily log rotation?

2006-03-29 Thread Tim Lucia
: Daily log rotation? You could add the logs into logrotate. See the logrotate project for more information. NOTE: This is for Linux/UNIX only. If on Windows, I do not know. Jerald Sheets Systems Administrator The Weather Channel Interactive

Re: Daily log rotation?

2006-03-29 Thread Sheets, Jerald
You could add the logs into logrotate. See the logrotate project for more information. NOTE: This is for Linux/UNIX only. If on Windows, I do not know. Jerald Sheets Systems Administrator The Weather Channel Interactive

Daily log rotation?

2006-03-29 Thread David Kerber
Is there any way of getting Tomcat to start its standard logs (stdout_mmdd, jakarta_service_mmdd, etc) new each day, rather than continuing to append to the log which was started days ago when I last restarted the Tomcat service? Thanks! Dave

Re: A question about log rotation

2006-02-11 Thread Rhino
grotate" for details # rotate log files weekly weekly # keep 4 weeks worth of backlogs rotate 4 # create new (empty) log files after rotating old ones create # uncomment this if you want your log files compressed compress # RPM packages drop log rotation information into this directory

A question about log rotation

2006-02-10 Thread Randy Paries
Hello, I have a tomcat apache-tomcat-5.5.15 running on RH9 i am having this wierd problem. I think it is log rotation I start getting exceptions in the catalina.out that it can not access a log file . "permission denied" I have tomcat running as user apache. But when the logs a