Meine Alfersco-Installation „flutet“ den Server mit sehr grossen „localhost_access_log“ Files. Hauptsächlich mit SOLR-Requests dieser Sorte:
GET /alfresco/service/api/solr/transactions?fromCommitTime=1352137016770&toCommitTime=1352144216770&maxResults=2000 HTTP/1.1" 200 115
Also jedesmal wenn Solr mit Alfresco kommuniziert, wird ein Log-Eintrag erstellt.
„Lösung“ nach Holzhacker-Methode:
- Deaktivieren der Tomcat-Valves
sudo vi tomcat/conf/server.xml
Und deaktivieren bzw auskommentieren des Valves:
<!--<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="%h %l %u %t "%r" %s %b" /> -->