首页 > 代码库 > MyEclipse 项目部署到tomcat时出现错误之——deploy
MyEclipse 项目部署到tomcat时出现错误之——deploy
错误信息:
项目名称 could not be redeployed because it could not be completely removed inthe undeployment phase. The most common cause of this problem is attempting to redeploy while the server is running,which has locked one or more files.
To correct the deployment you will need to stop the server and then redeploy the project before restarting the server.
出现该问题的原因是:
项目根目录下的.classpath文件中引用的.jar文件与项目中的.jar不一致。
解决方法:
将.classpath文件中的classpathentry属性引用的.jar文件和项目lib文件夹中的.jar文件进行对比。修正不存在的的.jar文件引用和补齐未引用的。再重新部署就OK了。
MyEclipse 项目部署到tomcat时出现错误之——deploy
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。