503278cde3
- set logrotate for localhost.log, manager.log, host-manager.log and localhost_access_log.txt - use logrotate for catalina.out * update tomcat-serverxml-tool and spec to configure server.xml - Added patch: * tomcat-9.0-logrotate_everything.patch * tomcat-serverxml-tool.tar.gz - Removed: * tomcat-serverxml-tool-1.0.tar.gz OBS-URL: https://build.opensuse.org/request/show/1058853 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=250
11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
@@@TCLOG@@@/catalina.out @@@TCLOG@@@/localhost_access_log.txt @@@TCLOG@@@/host-manager.log @@@TCLOG@@@/localhost.log @@@TCLOG@@@/manager.log{
|
|
notifempty
|
|
copytruncate
|
|
weekly
|
|
rotate 52
|
|
compress
|
|
missingok
|
|
su tomcat tomcat
|
|
create 0644 tomcat tomcat
|
|
}
|