Re: How to rotate Tomcat Access Log file, by file size rather than by the date

2016-04-18 Thread Christopher Schultz
Nikhil, On 4/13/16 9:07 AM, Nikhil Agrawal wrote: > I am using Tomcat 7.0. > Presently my access log is creating everyday(big size file) and keep on a > accumulating. > I want's to rotate Access Log files by file size. > How to do that? Access logs don't currently support size-based rotation: h

How to rotate Tomcat Access Log file, by file size rather than by the date

2016-04-13 Thread Nikhil Agrawal
Hi , I am using Tomcat 7.0. Presently my access log is creating everyday(big size file) and keep on a accumulating. I want's to rotate Access Log files by file size. How to do that? Thanks, Nikhil