/var/log/httpd/jk.log {
    missingok
    postrotate
	/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
    endscript
}

/var/tomcat/logs/stdout.log {
    missingok
    copytruncate
}
