Deploymentisoutofdateduetochangesintheunderlyingprojectcontents.

Deploymentisoutofdateduetochangesintheunderlyingprojectcontents.You'llneedtomanually'Redeploy'theprojecttoupdatethedeployedarchive.
Missingweb.xmldeploymentdescriptorinWEB-INFfolder
项目发布的时候myeclipse8.6tomcat7.2JDK1.5

answer1

原因1:导入的jar包路径不对,造成第一个错误,
原因2:设置右键工程->属性->myeclipse->web->deployment选useworkbenkdefaulsetting路径设置正确然后关eclipse,然后开eclipse就可以了

answer2

DeploymentfailureonTomcat6.x.CouldnotcopyallresourcestoD:\...\webapps\eptInfo.Ifafileislocked,youcanwaituntilthelocktimesouttoredeploy,orstoptheserverandredeploy,ormanuallyremovethedeploymentatD:\....\webapps\eptInfo.

但是我的tomcat服务并没有启动.上网搜索之后发现和大家范的是一个毛病,原来工程中我引了一个包,后来这个包被我给删除了,但是因为已经发布过这个工程了,所以classpath中就有这个包名了,这样发布的时候也会去找这个包但是已经不存在了,所以无copy,

解决办法:在eclipse的工程中点击右健选择properties-->javabuildpath中已经提示了xx.jar不存在,这样就把这个jar信息从Libraries中删除即可.