I have re-installed Tomcat 6 in a few days. After installing Tomcat 6, there will be some Tomcat projects (such as root, manager, and host-manager) under wepapps ), in the past few days, the project was deleted when I used nothing. Later, Tomcat was configured in myeclipse to create a web project.
Severe: Error starting static Resources
Java. Lang. illegalargumentexception : Document base d: \ Program Files \ Apache Software Foundation \ Tomcat 6.0 \ webapps \ host-manager does not exist or is not a readable directory
And
Severe: Error starting static Resources
Java. Lang. illegalargumentexception : Document base d: \ Program Files \ Apache Software Foundation \ Tomcat 6.0 \ webapps \ manager does not exist or is not a readable directory
Error;
This is because in conf \ Catalina \ localhost there are two XML file host-manager.xml, manager. XML, delete them in the startup Tomcat will be OK.
Or other folders in Catalina may also have host-manager.xml, files such as manager. XML, delete them all.
This problem also occurs after the project we created is deleted.
Delete the configuration file conf \ Catalina \ localhost, and delete the configurations of server. xml and context. XML in Conf.
When Tomcat 6.x is started, manager does not exist or is not a readable directory-Solution