
HTTP Status 404 - type Status message description The requested resource () is not available.Apache Tomcat/6.0.32
I have checked the following:
http://localhost:8080 - 404 not found http://localhost:8005 - cannot display http://localhost:8009 - cannot display
On the IDE with Eclipse I get this:
Several ports (8005, 8080, 8009) required by Tomcat v 6.0 Server at localhost are already in use. The server may be running in another procerss, 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.
CAn anyone help me?
Also when I try to run a netstat -a I get an error: not a recognizable command.
Thanks, Michele