Stan,
When I see this type of error it usually indicates a permissions problem and the Tomcat server process cannot write to the log files in your TOMCAT_INSTALL_DIR/logs directory.
Can you check the permissions on the files in the TOMCAT_INSTALL_DIR/logs and make sure that user running the Tomcat server process has read/write permissions to the files and to the directory.
-Brian |