Abaixei o Tomcat no Ubuntu. Testei a aplicação sample.war dentro do webapps e funcionou: localhost:8080/sample. Configurei o Servidor do Eclipse para se o Tomcat instalado na minha máquina. Inicializo o tomcat normalmente pelo Eclipse. Abaixei o código exemplo do curso, inicializei o Tomcat pelo Eclipse mas recebo a mensagem após http://localhost:8080
HTTP:404 Type Status Report
Message The requested resource [/] is not available
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Alguma dica, falta de permissão ou algo assim?