Deployment failure on Tomcat 6.x. Could not copy all resources to D:...webappseptInfo. If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or ma

tomcat服务并没有启动.工程中之前引了一个包,后来这个包被删除了,但是因为已经发布过这个工程了,
所以classpath中就有这个包名了,这样发布的时候也会去找这个包但是已经不存在了,所以无copy.

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

原文地址:https://www.cnblogs.com/liuyangfirst/p/5945132.html