I would like to change the location of the file "alfresco.log". I am running Alfresco on a Windows 2003 Server. It is currently stored in D:\Tomcat_5.5\ and I would like to have it maintained under D:\Tomcat_5.5\logs\. I have done some searching but have not found a reference and do not see anything about it in the Administraton Console.
open the file D:\Tomcat_5.5\ webapps\alfresco\WEB-INF\classes\log4j.properties and replace the line log4j.appender.File.File=alfresco.log with log4j.appender.File.File=logs/alfresco.log