运行项目报:
:\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\ does not exist or is not a readable
directory
原因是在该目录下没有建立该项目的服务目录,添加上即可
项目\WEB-INF\web.xml
再次运行即可正确配置
本文介绍了一种常见的Eclipse项目部署错误:“ doesnotexistorisnotareadabledirectory”,并提供了详细的解决方案。原因是项目的服务目录未正确创建,解决方法是在正确的路径下建立所需的目录。
运行项目报:
:\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\ does not exist or is not a readable
directory
原因是在该目录下没有建立该项目的服务目录,添加上即可
项目\WEB-INF\web.xml
再次运行即可正确配置

被折叠的 条评论
为什么被折叠?