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". > > > > I wanted to manage log rotation using

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 interacts badly with log rotate.

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 rotation ? so

Re: Daily log rotation?

2006-03-30 Thread David Kerber
Kerber [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org 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... Tim Lucia wrote: Use Log4J

RE: Daily log rotation?

2006-03-30 Thread Tim Lucia
Kerber [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 7:43 AM To: Tomcat Users List Subject: Re: Daily log rotation? I'm planning on trying, but considering how much trouble I have just getting my own apps to work properly, I don't know how much luck I'll have working with other people's

Re: Daily log rotation?

2006-03-30 Thread David Kerber
, 2006 7:43 AM To: Tomcat Users List Subject: Re: Daily log rotation? I'm planning on trying, but considering how much trouble I have just getting my own apps to work properly, I don't know how much luck I'll have working with other people's code ;-) Parsons Technical Services wrote: Write

RE: Daily log rotation?

2006-03-30 Thread Tim Lucia
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 without changing

Re: Daily log rotation?

2006-03-30 Thread David Kerber
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 rotation? Can I use

Re: Daily log rotation?

2006-03-30 Thread David Kerber
- 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 logs. I've already got

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: 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

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 David Kerber
. -Original Message- From: Sheets, Jerald [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 5:04 PM To: Tomcat Users List Subject: Re: Daily log rotation? You could add the logs into logrotate. See the logrotate project for more information. NOTE: This is for Linux/UNIX only

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 users@tomcat.apache.org 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