I have been using Tomcat server version 7. I get the following error message when I try to run the JSP application from Eclipse IDE.
Starting Tomcat v7.0 Server at localhost has encountered a problem.
Several ports (8005, 8080) required by Tomcat v7.0 Server at localhost 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).
Solution
Shutdown Tomcat server
– Go to Tomcat installation directory
– ...
Tomcat Eclipse Error: Starting Tomcat v7.0 Server at localhost has encountered a problem is a post from: Mukesh Chapagain's Blog