(Resolvido)Problema tomcat e eclipse erro

Several ports (8080, 8009) required by Tomcat v6.0 Server at localhost (2) are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).

Veja se tem algum aplicativo usando essas portas, reinicie a máquina e tente novamente.

Vou fazer isso agora
Valeu

o problema continua
Quando eu vou no Mozilla e digito http://localhost:8080 ele vai para o tomcat certinho

If you’re seeing this page via a web browser, it means you’ve setup Tomcat successfully. Congratulations!

As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:

$CATALINA_HOME/webapps/ROOT/index.html

where “$CATALINA_HOME” is the root of the Tomcat installation directory. If you’re seeing this page, and you don’t think you should be, then you’re either a user who has arrived at new installation of Tomcat, or you’re an administrator who hasn’t got his/her setup quite right. Providing the latter is the case, please refer to the Tomcat Documentation for more detailed setup and administration information than is found in the INSTALL file.

NOTE: For security reasons, using the manager webapp is restricted to users with role “manager”. Users are defined in $CATALINA_HOME/conf/tomcat-users.xml.

Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation, and an introductory guide to developing web applications.

Tomcat mailing lists are available at the Tomcat project web site:

* users@tomcat.apache.org for general questions related to configuring and using Tomcat
* dev@tomcat.apache.org for developers working on Tomcat

Thanks for using Tomcat!

Pelo visto você ja tem o tomcat rodando como serviço no seu micro e você esta tentando startar ele a partir do seu IDE, certo?

Se for isso desative o serviço do windows referente ao tomcat!

Espero ter ajudado!

[]'s

Eu ja tinha testado isso antes

O JDownloader ele usa a mesma porta 8080

É só dar um STOP no seu Tomcat e deixar o Eclipse iniciar ele sozinho. Na barra de ferramentas aparece o ícone do Tomcat, clicando lá que é possível dar o STOP.