Jan 14, 2015

Could not load the Tomcat server configuration at /Servers/Tomcat v7.0 Server at localhost-config. The configuration may be corrupt or incomplete



Problem usually arises when we use Eclipse Kepler and Tomcat 7.

Add Tomcat 7 to eclipse and when you start the tomcat or when you try to add a project to tomcat, you will get following error 


Could not load the Tomcat server configuration at /Servers/Tomcat v7.0 
Server at localhost-config. The configuration may be corrupt or incomplete


Follow the below steps to resolve the issue:


- Delete tomcat from eclipse-> servers tab.

- Copy all the contents inside your "TOMCAT_7_HOME/conf" directory.

- Paste the above copied content into "WORKSPACE_DIR/Servers/Tomcat v7.0 Server at localhost-config" directory.

- Open Eclipse and add the tomcat server to Servers tab.

- Add the project and start the server.


5 comments:

  1. Great ....!!! Thanks allot .!!! I have wasted almost a day in this.

    ReplyDelete
  2. Great ....!!! Thanks allot .!!! I have wasted almost a day in this.

    ReplyDelete
  3. I've tried to replicate above steps but still getting the issue is not resolved and getting an error -
    Could not load the Tomcat server configuration at \Servers\Tomcat v8.0 Server at localhost-config. The configuration may be corrupt or incomplete.

    ReplyDelete
  4. Have youu solved this problem? please help me to.

    ReplyDelete
  5. Could not load the Tomcat server configuration at \Servers\Tomcat v7.0 Server at localhost-config. The Servers project is closed.
    how can i solve this one???

    ReplyDelete