码迷,mamicode.com
首页 > 其他好文 > 详细

Tomcat 部署Undeployment Failure

时间:2015-05-08 14:36:27      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:

Tomcat 部署Undeployment Failure - yongjava的日志 - 网易博客
http://blog.163.com/qiangyongbin2000@126/blog/static/775178192009111504137175/

 

Undeployment Failure could not be redeployed because it could not be completely removed in the undeployment phase.

the most common cuase 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.

解决的办法就是在Eclipse中把项目中引用的jar文件重新加一遍就行了,基本原因就是以前的jar文件不存在了,但是项目信息中还有,即项目的.classpath文件中还有不存在的jar文件引用。

可以右键点项目名称,选择Properties,选择Java Build Path,选择Libraries,把所有项目中的jar都remove,然后再点"add jars",把项目中的jar文件都加进来,再次部署就正常了。

Tomcat 部署Undeployment Failure

标签:

原文地址:http://www.cnblogs.com/wangshunli/p/4487387.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!