We have problems to manage Tomcats Logs. Logfiles like catalina.out or application specific logging is not the problem, but there are some files that are created each day new by tomcat (Tomcat-6): localhost.2010-02-27.log manager.2010-02-16.log host-manager.2009-08-30.log admin.2010-07-10.log catalina.2010-10-20.log
From what I read till now JULI should be able to offer some rotation features, so I tried several new settings in tomcat/conf/logging.properties but it seems that it has little effect. Our goal is to delete all log data that is older than e.g. 3 months. The file naming schema doesn't matter. Additionally I would prefer if the usually empty files (actually all files mentioned above except "catalina.*.log") aren't been created at all. Regards, Tobias. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org