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
Solution:
I found the solution on stackoverflow.
It seems to be a bug in eclipse and here is the workaround to solve the bug:
Note: I am using Ubuntu Linux.
– Close Eclipse
– Go to your Eclipse workspace directory
– Then go to directory ...
Eclipse: Could not load the Tomcat server configuration at \Servers\Tomcat v7.0 Server at localhost-config is a post from: Mukesh Chapagain's Blog