eclipse报错:java.lang.IllegalArgumentException: Document base J:\code\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\springsession-test1 does not exist or is not a readable directory
找到这个目录下 ,并没有这个目录,springsession-test1 ,这是之前写的一个,在发布一半的时候,出现错误tomcat无法启动,之后从tomcat中移除了。
再发布别的项目的时候还是会报这个错误,网上说法很多,跟我的情况不太一样,在这篇博客中找到了我的解决办法,
地址:http://chenzhou123520.iteye.com/blog/1828102
我的解决办法如下:
1.删除tmp0\conf\server.xml 中的 <Context> 报这个错误的节点;
2.删除 tmp0\work\Catalina\localhost 下的所有文件夹;
3.把Eclipse中把Tomcat删除然后再重新配置。
这样我的问题就解决了。