您的位置:首页 > 移动开发 > WebAPP

org.eclipse.wst.server.core\tmp0\wtpwebapps\is does not exist or is not a readable directory

2016-08-26 00:00 169 查看
摘要: tomcat启动报错

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

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

删除无用的 tmp0\conf\server.xml 中的 <Context> 节点;
删除 tmp0\work\Catalina\localhost 下的所有文件夹;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  tomcat启动报错