Recently reinstalled the system, all the software helpless again to install the configuration once, some of the problems encountered in the following records, so that later encountered can be easily handled.
Failed to open access log file [D:\Program Files\java\apache-tomcat-7.0.57\logs\localhost_access_log.2015-12-22txt]
Java.io.filenotfoundexception:d:\program Files\java\apache-tomcat-7.0.57\logs\localhost_access_ Log.2015-12-22.txt (Access denied. )
This problem occurs because Tomcat does not have permission to write to the folder D:\Program Files\java\apache-tomcat-7.0.57\logs.
I have tried two solutions to this problem. First, modify the permissions of the hosts, specific methods Baidu know, do not do too much description, but it turns out that this method seems to have little effect. Second, run MyEclipse as Administrator, resolve.
Serious: Error?starting?static? Resources? error
In general, this error occurs because you deleted a project in MyEclipse or Eclipse, and did not change the Tomcat-6.x\conf\server.xml-related changes completely before the problem, then how to solve?
Remove all files from localhost in the Catalina directory under the Conf directory, and resolve them.
Myeclipse-tomcat Errors and Solutions