Tomcat 报错

关于Tomcat的 Document base ……does not exist or is not a readable directory错误

Document base E:\WorkSpaces\eclipse3.4.1\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\jhmdp does not exist or is not a readable directory

原因是 tmp0\conf\server.xml 中<Context>节点配置了很多已经移除的项目;

删除无用的 tmp0\conf\server.xml 中的  <Context>  节点;
删除 tmp0\work\Catalina\localhost 下的所有文件夹;

posted @ 2017-04-14 15:37  暗夜飞羽睿  阅读(66)  评论(0编辑  收藏  举报