Eclipse: Could not load the Tomcat server configuration at \Servers\Tomcat v7.0 Server at localhost-config

I followed the article of installing Eclipse Web Tool Platform (WTP) from these two links: Servlet and JSP development with Eclipse WTP Setup Eclipse and Tomcat 7 on Linux Now, while running my project in Eclipse, I get the following error message: Could not load the Tomcat server configuration at \Servers\Tomcat v7.0 Server at localhost-config … Read more

Tomcat Eclipse Error: Multiple contexts having same path

I got the following error while working on a JSP project on Eclipse IDE. I have been using Tomcat server version 7. Here is the error message: ‘Publishing to Tomcat v7.0 Server at localhost…’ has encountered a problem. Could not publish server configuration for Tomcat v7.0 Server at localhost. Multiple Contexts have a path of … Read more

Tomcat Eclipse Error: Starting Tomcat v7.0 Server at localhost has encountered a problem

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 … Read more