Abri o eclipse e não consegui abrir meu projeto percebi que ele estava apontando para uma outro Workspace. Ai exclui o workspace que ele estava apontando e apontei pra pasta correta.
Consegui abrir o projeto, mais na hora de iniciar o Tomcat aparece esse erro:
" ‘Publishing to Tomcat v6.0 Server at localhost…’ has encountered a problem.
Publishing failed with multiple errors"
Detalhamento dos erros:
Publishing failed with multiple errors
Resource is out of sync with the file system: ‘/agenda/build/classes/classes/ConnectionFactory.class’.
Resource is out of sync with the file system: ‘/agenda/build/classes/classes/Contato.class’.
Resource is out of sync with the file system: ‘/agenda/build/classes/classes/ContatoDAO.class’.
Resource is out of sync with the file system: ‘/agenda/build/classes/filtro/FiltroConexao.class’.
Resource is out of sync with the file system: ‘/agenda/build/classes/mvc/logica/AdicionaContatoLogic.class’.
Resource is out of sync with the file system: ‘/agenda/build/classes/mvc/logica/AlteraContatoLogic.class’.
Resource is out of sync with the file system: ‘/agenda/build/classes/mvc/logica/ExcluiContatoLogic.class’.
Resource is out of sync with the file system: ‘/agenda/build/classes/mvc/logica/Logica.class’.
Resource is out of sync with the file system: ‘/agenda/build/classes/mvc/servlet/ControllerServlet.class’.
Já exclui o servidor e adicionei novamente, ele inicia mais não roda o meu projeto!
Alguem sabe como resolver esse problema?