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
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.
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.
Great ....!!! Thanks allot .!!! I have wasted almost a day in this.
ReplyDeleteGreat ....!!! Thanks allot .!!! I have wasted almost a day in this.
ReplyDeleteI've tried to replicate above steps but still getting the issue is not resolved and getting an error -
ReplyDeleteCould not load the Tomcat server configuration at \Servers\Tomcat v8.0 Server at localhost-config. The configuration may be corrupt or incomplete.
Have youu solved this problem? please help me to.
ReplyDeleteCould not load the Tomcat server configuration at \Servers\Tomcat v7.0 Server at localhost-config. The Servers project is closed.
ReplyDeletehow can i solve this one???