automatic deleting of server.log

Hi allI've configured an Application Server 8.2 that he rotate the server.log file every 100 MB. Is it possible to make a further configuration that only 20 files are stored in the directory and the older ones will be deleted?regards andres
[262 byte] By [andresa] at [2007-11-26 17:29:33]
# 1
make that in the cron tab of the user under whom the app server is running.find [Path_to_logdir] -name '*.log' -atime +20 -exec rm -r {}\;RegardsJo
activexperta at 2007-7-8 23:57:30 > top of Java-index,Application & Integration Servers,Application Servers...