myeclipse 断点无效redeploy无效

2010年5月 Java大版内专家分月排行榜第一2010年2月 Java大版内专家分月排行榜第一2010年1月 Java大版内专家分月排行榜第一2010年1月 Oracle大版内专家分月排行榜第一2009年12月 Java大版内专家分月排行榜第一2009年12月 Oracle大版内专家分月排行榜第一
2010年2月 Oracle大版内专家分月排行榜第三
本帖子已过去太久远了,不再提供回复功能。开发工具(27)
错误消息:
1、Deployment failure on Tomcat& 6.x. Could not copy all resources to d:\apache-tomcat-6.0.16\webapps\smip. If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or manually
remove the deployment at d:\apache-tomcat-6.0.16\webapps\smip
2、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.
问题出现的原因:项目的.classpath文件中有对不存在的.jar文件的引用
解决方法:1、删除所有对jar文件的引用,重新添加引用。
     2、对照.classpath文件中的classpathentry属性引用的.jar文件和项目lib文件夹中的.jar文件,删除存在于.classpath文件中却不存在于lib文件夹中的节点。
     3、重新发布
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:328293次
积分:4456
积分:4456
排名:第5038名
原创:45篇
转载:478篇
评论:17条
(3)(3)(3)(3)(3)(15)(17)(32)(25)(14)(15)(3)(21)(10)(20)(19)(19)(17)(25)(24)(3)(13)(3)(6)(10)(8)(11)(14)(28)(8)(11)(9)(17)(15)(5)(6)(7)(1)(2)(7)(26)(3)(21)myeclipse&部署tomcat的时候出现错误
错误消息:
1、Deployment failure on
Tomcat& 6.x. Could not copy all resources to
d:\apache-tomcat-6.0.16\webapps\smip. If a file is locked, you can
wait until the lock times out to redeploy, or stop the server and
redeploy, or manually remove the deployment at
d:\apache-tomcat-6.0.16\webapps\smip
2、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.
问题出现的原因:项目的.classpath文件中有对不存在的.jar文件的引用
解决方法:1、删除所有对jar文件的引用,重新添加引用。
     2、对照.classpath文件中的classpathentry属性引用的.jar文件和项目lib文件夹中的.jar文件,删除存在于.classpath文件中却不存在于lib文件夹中的节点。
     3、重新发布
已投稿到:
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。

我要回帖

更多关于 mvn tomcat redeploy 的文章

 

随机推荐