博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[Tomcat 部署问题] Undeployment Failure could not be redeployed ...
阅读量:5122 次
发布时间:2019-06-13

本文共 965 字,大约阅读时间需要 3 分钟。

Tomcat 部署,在部署可能会出现以下问题:

Deployment failure on Tomcat 6.x. Could not copy all
resources to E:\apache-tomcat-6.0.16\webapps\HebbnWebServices. 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
E:\apache-tomcat-6.0.16\webapps\HebbnWebServices
再次点部署按钮时就会提示如下:
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文件都加进来,再次部署就正常了。

转载于:https://www.cnblogs.com/qima/p/3327954.html

你可能感兴趣的文章
Regular Experssion
查看>>
图论例题1——NOIP2015信息传递
查看>>
uCOS-II中的任务切换-图解多种任务调度时机与问题
查看>>
CocoaPods的安装和使用那些事(Xcode 7.2,iOS 9.2,Swift)
查看>>
Android 官方新手指导教程
查看>>
幸运转盘v1.0 【附视频】我的Android原创处女作,请支持!
查看>>
UseIIS
查看>>
集合体系
查看>>
vi命令提示:Terminal too wide
查看>>
引用 移植Linux到s3c2410上
查看>>
MySQL5.7开多实例指导
查看>>
[51nod] 1199 Money out of Thin Air #线段树+DFS序
查看>>
poj1201 查分约束系统
查看>>
Red and Black(poj-1979)
查看>>
分布式锁的思路以及实现分析
查看>>
腾讯元对象存储之文件删除
查看>>
jdk环境变量配置
查看>>
安装 Express
查看>>
包含列的索引:SQL Server索引的阶梯级别5
查看>>
myeclipse插件安装
查看>>