每次修改eclipse里的web程序,tomcat就报错提醒,我该改什么配置

每次修改eclipse里的web程序,tomcat就报错提醒,我该改什么配置

问题描述:

Publishing failed with multiple errors
Could not delete D:\cui\tomcat-6.0.35-8280\webapps\ermsweb\WEB-INF\logs\debug\debug.log. May be locked by another process.
Could not delete D:\cui\tomcat-6.0.35-8280\webapps\ermsweb\WEB-INF\logs\error\error.log. May be locked by another process.
Could not delete D:\cui\tomcat-6.0.35-8280\webapps\ermsweb\WEB-INF\logs\info\info.log. May be locked by another process.
Could not delete D:\cui\tomcat-6.0.35-8280\webapps\ermsweb\WEB-INF\logs\warn\warn.log. May be locked by another process.
图片说明

勾上Server modules without publishing
http://blog.csdn.net/ssyang_0102/article/details/41355287

被进程占用了,删除后重启tomcat。http://www.oschina.net/question/871588_223769