tomcat通过eclipse发布项目到webapp后 手动删除在webapp目录下的文件,启动tomcat时,会报出异常找不到那个删除的项目。
解决方法是(1)重新发布项目到webapp
(2)在eclipse中先将项目从tomcat中移除,然后clean即可解决
ps:具体原因待查明
Document base D:\devTools\apache-tomcat-6.0.51\webapps\AppService does not exist or is not a readable directory
原文:http://www.cnblogs.com/oskyhg/p/6616805.html