When I try to clean the project from tomcat. I\'m getting this error:
Could not delete . May be locked by another process.
The message is good, you have another process/application currently using the resources eclipse is trying to clean. If you're on linux, you can use lsof to find it. On windows, you have to guess or go through all applications currently opened.