Boa noite pessoal, seguem as telas de erro:



Antes, o tomcat funcionava perfeitamente, fiz algumas aprimoramentos no meu programa e instalei o MySQL e começou a aparecer esse erro.
Pesquisando na net, eu vi indicando para deletar a pasta workspace/.metadata/.plugins/org.eclipse.core.resources ; não deu certo
Em outra pediram isso:
The solution was straightforward:
In Eclipse, open the Servers tab
Double-click on "Tomcat v7.0 Server at localhost"
The settings tab opens, click on the Open launch configuration link in General Information
The Edit Configuration screen opens, click on the Classpath tab.
Click on the “Add External JARs…” button and browse for the missing library. In my case it was the following:
C:\Java\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-1.1.1.jar
Não tinha essa versão do commons logging mas tinha outra, coloquei e tambem nao deu certo.
Ah! e eu já tentei também com workspace .metadata(ali na 1ª imagem).
E eu fiz outro teste em outro projeto e funcionou perfeitamente, menos nesse projeto, pq será?