Hi all.
Installing Alfresco 3.4a, the alfresco.log file ended up being written to / (root directory) on the server.
This seems incorrect.
To correct this, I edited this file:
/opt/alfresco-3.4a/tomcat/webapps/alfresco/WEB-INF/classes/log4j.properties
The log appender entry was this:
log4j.appender.File.File=alfresco.log
Changed it to this (after creating the directory /var/log/alfresco, the location used for Alfresco 3.2 CE on previous installations):
/var/log/alfresco/alfresco.log
I installed a clean Ubuntu 10.04 sever with the default Alfresco Community Edition 3.4a (64bit).
If this is a problem, hopefully it can be corrected in a later version.
___________
/Brian