-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Niranjan,
On 11/26/14 1:40 PM, Niranjan Babu Bommu wrote:
> Can you please help me out catalina.out rotation, I have only thing
> pending in my migration project.
>
> I want to rotate catalina.out everyday midnight.
It sounds like you are saying t
Hi Chris,
Can you please help me out catalina.out rotation, I have only thing pending
in my migration project.
I want to rotate catalina.out everyday midnight.
Thanks
Niranjan
On Fri, Nov 21, 2014 at 2:00 PM, Niranjan Babu Bommu <
niranjan.bo...@gmail.com> wrote:
> Hi Chris,
>
> Thanks for you
Hi Chris,
Thanks for your reply.
Actually I'm running multiple instances in tomcat, log-rotation works fine
for all the instances but they are not rotation midnight everyday,
'.'-MM-ddRollover at midnight each day.
Thanks
Niranjan
On Fri, Nov 21, 2014 at 12:18 PM, Christopher Schultz <
ch..
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Niranjan,
On 11/21/14 10:38 AM, Niranjan Babu Bommu wrote:
> I’m working on a project migrating apps from jboss to tomcat, I’m
> running into an issue that is catalina.out rotation, I’m using
> log4.properties. Everything works fine, log rotation ha
Redhat uses logrotate to rotate catalina.out. /etc/logrotate.d/tomcat5
has this:
/var/log/tomcat5/catalina.out {
copytruncate
weekly
rotate 52
compress
missingok
}
- Dave
On Tue, Oct 21, 2008 at 05:19:56PM +0100, emerson cargnin wrote:
> I had rea
I had read that thread and I share your frustration. And I'm a developer : )
I believe that admlog does the same thing for solaris. We will try to
set that up in one of our boxes.
thanks
PS: andre, are you brazilian too? :)
2008/10/21 André Warnier <[EMAIL PROTECTED]>:
> emerson cargnin wrote:
>>
emerson cargnin wrote:
Hi again...
Has anyone here used Logadm to implement rotation on the catalina.out?
http://www.softpanorama.org/Logs/log_rotation_in_solaris.shtml
I know i can rotate a log file configure via log4j, but that is
useless if catalina.out continues receiving everything. Elimin