Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
akshaye_c_navale

Rotate "catalina.out" without restarting tomcat in Qlik Data Catalog

Hi Community,

How i can rotate "catalina.out" file from apache Tomcat log folders without restarting tomcat services. Currently "catalina.out" is growing fastly and its in GBs due to which its taking space of server. Is there any setting file in QDC or apache from where we can rotate this file daily or take backup ?

Thanks,

Akshay

Labels (2)
1 Reply
JitenderR
Employee
Employee

@akshaye_c_navale  You should be able to add a appended in log4j.xml and create the catalina.out as a new file each day. Then write a simple script that will delete all catalina-*.out files from the logs folders older than 'specified' time period. Let me know for any other questions. 

Regards

JR