Search the mailing list! This question was asked recently... 

These messages might be useful...

-----Original Message-----
From: Frank Zammetti [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 29, 2004 10:04 AM
To: [EMAIL PROTECTED]
Subject: Log rotation HOWTO

I haven't been able to find a clear answer to this anywhere online,
hopefully you fine folks can help...

I need a way to rotate my stdout log in Tomcat 5.0.18.  It could be dalily
or weekly (monthly might be OK too).

Is thre any way to do this?  I assume so, so how?  Thanks in advance all!

_________________________________________________________________
Get fast, reliable Internet access with MSN 9 Dial-up – now 3 months FREE! 
http://join.msn.click-url.com/go/onm00200361ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--- Begin Message ---
Could you please use tomcats web admin to change logging settings...

By default you can access http://localhost:8080/admin

You can activate a separate log for several contents.


-----Ursprüngliche Nachricht-----
Von: Veera Sivakumar [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 22. Juni 2004 11:47
An: Tomcat Users List
Betreff: Managing Tomcat logs

Hi,
I am using Tomcat as web server for my application. I start Tomcat using
windows service. All the logs generated by the Application are written in to
a file called stdout.log which is under tomca/logs folder.
I have noticed that with continuous use of application,stdout file size
increasing to a large extent. To delete the it I have to stop the tomcat.
Is there any way that I can manage the logs date wise automatically(without
manual intervention). I am not using any third party tool for logging.
The logging mechanism I use is very simple.

We have class Debug.java that have a method log(String); This log() method
use System.out.println(); In the application, I use Debug.log("Exception");

I will be more happy if there is any way to manage logs.
I have also noticed the following logs generated by Tomcat:
1.localhost_log.2004-06-18.txt
2.localhost_access_log.2004_06_22.txt

How to maintain these logs?. Can we off them permanently?
Thanks in advance.

Regards
S.V.Sivakumar
QCA Project
Tata Infotech Limited
Tel:    +44 1235 823411
[EMAIL PROTECTED] / [EMAIL PROTECTED]

Visit our website at http://www.rm.com

This message is confidential.  You should not copy it or disclose its
contents to anyone.  You may use and apply the information only for the
intended purpose.  Internet communications are not secure and therefore RM
does not accept legal responsibility for the contents of this message.  Any
views or opinions presented are only those of the author and not those of
RM.  If this email has come to you in error please delete it and any
attachments.  Please note that RM may intercept incoming and outgoing e-mail
communications.

This email has been scanned for viruses by Trend ScanMail.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
Instead of using System.out.println() to log your messages, use the
HttpServlet's log() method. You can specify the logging class you want to
use,
the path it writes to, the base name, and extension. Each day a new file is
created and you can simply delete the old ones as they are closed when a new
file is started each day. You could also create your own logger that manages
the
file size in some way. I have used the former and have specified the file
name
and path so that it easy form me to manage. My logs are separate from the
normal
logs as well.

Robert S. Harper
801.265.8800 ex. 255

> -----Original Message-----
> From: Veera Sivakumar [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 22, 2004 3:47 AM
> To: Tomcat Users List
> Subject: Managing Tomcat logs
> 
> Hi,
> I am using Tomcat as web server for my application. I start Tomcat using
> windows service. All the logs generated by the Application are written in
to a
> file called stdout.log which is under tomca/logs folder.
> I have noticed that with continuous use of application,stdout file size
> increasing to a large extent. To delete the it I have to stop the tomcat.
> Is there any way that I can manage the logs date wise
automatically(without
> manual intervention). I am not using any third party tool for logging.
> The logging mechanism I use is very simple.
> 
> We have class Debug.java that have a method log(String);
> This log() method use System.out.println();
> In the application, I use Debug.log("Exception");
> 
> I will be more happy if there is any way to manage logs.
> I have also noticed the following logs generated by Tomcat:
> 1.localhost_log.2004-06-18.txt
> 2.localhost_access_log.2004_06_22.txt
> 
> How to maintain these logs?. Can we off them permanently?
> Thanks in advance.
> 
> Regards
> S.V.Sivakumar
> QCA Project
> Tata Infotech Limited
> Tel:  +44 1235 823411
> [EMAIL PROTECTED] / [EMAIL PROTECTED]
> 
> Visit our website at http://www.rm.com
> 
> This message is confidential.  You should not copy it
> or disclose its contents to anyone.  You may use and apply the information
> only for the intended purpose.  Internet communications are not secure and
> therefore RM does not accept legal responsibility for the contents of this
> message.  Any views or opinions presented are only those of the author and
> not those of RM.  If this email has come to you in error please delete it
> and any attachments.  Please note that RM may intercept incoming and
> outgoing e-mail communications.
> 
> This email has been scanned for viruses by Trend ScanMail.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
You could add a customer Logger tag to the context in your server.xml and
add the swallowOutput="true" attribute, this will put standard out and
standard error into the log file that you specify which is rotated on a
daily basis automatically for you by tomcat.

Ta
Matt

-----Original Message-----
From: Veera Sivakumar [mailto:[EMAIL PROTECTED]
Sent: 22 June 2004 10:47
To: Tomcat Users List
Subject: Managing Tomcat logs


Hi,
I am using Tomcat as web server for my application. I start Tomcat using
windows service. All the logs generated by the Application are written in to
a file called stdout.log which is under tomca/logs folder.
I have noticed that with continuous use of application,stdout file size
increasing to a large extent. To delete the it I have to stop the tomcat.
Is there any way that I can manage the logs date wise automatically(without
manual intervention). I am not using any third party tool for logging.
The logging mechanism I use is very simple.

We have class Debug.java that have a method log(String);
This log() method use System.out.println();
In the application, I use Debug.log("Exception");

I will be more happy if there is any way to manage logs.
I have also noticed the following logs generated by Tomcat:
1.localhost_log.2004-06-18.txt
2.localhost_access_log.2004_06_22.txt

How to maintain these logs?. Can we off them permanently?
Thanks in advance.

Regards
S.V.Sivakumar
QCA Project
Tata Infotech Limited
Tel:    +44 1235 823411
[EMAIL PROTECTED] / [EMAIL PROTECTED]

Visit our website at http://www.rm.com

This message is confidential.  You should not copy it
or disclose its contents to anyone.  You may use and apply the information
only for the intended purpose.  Internet communications are not secure and
therefore RM does not accept legal responsibility for the contents of this
message.  Any views or opinions presented are only those of the author and
not those of RM.  If this email has come to you in error please delete it
and any attachments.  Please note that RM may intercept incoming and
outgoing e-mail communications.

This email has been scanned for viruses by Trend ScanMail.
Any opinions expressed in this E-mail may be those of the individual and not 
necessarily the company. This E-mail and any files transmitted with it are 
confidential and solely for the use of the intended recipient. If you are not the 
intended recipient or the person responsible for delivering to the intended recipient, 
be advised that you have received this E-mail in error and that any use or copying is 
strictly prohibited. If you have received this E-mail in error please notify the 
beCogent postmaster at [EMAIL PROTECTED]
Unless expressly stated, opinions in this email are those of the individual sender and 
not beCogent Ltd. You must take full responsibility for virus checking this email and 
any attachments.
Please note that the content of this email or any of its attachments may contain data 
that falls within the scope of the Data Protection Acts and that you must ensure that 
any handling or processing of such data by you is fully compliant with the terms and 
provisions of the Data Protection Act 1984 and 1998.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--- End Message ---
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to