Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tomcat server could not start

I am developing a dynamic web application on JBoss developer, but I am getting an error message:

Could not load the Tomcat server configuration at \Servers\Tomcat v6.0 Server at localhost-config. The Servers project is closed.

Even when I try to start the server on the servers tab, it doesn't start. Any suggestions?

like image 725
user1712095 Avatar asked Jun 10 '13 03:06

user1712095


1 Answers

Sounds to me as if you're doing this inside Eclipse with WTP?

If so then you need to make sure that the Eclipse project called Servers which is created and maintained by WTP is open.

  • Open the Navigator view
  • Locate the Servers project
  • right-mouse click
  • Open Project
like image 137
Marcel Stör Avatar answered Oct 01 '22 21:10

Marcel Stör