Thursday, August 16, 2012

"There are no resources that can be added or removed from the server eclipse tomcat"


      I have created the Appfuse project . Its running fine in maven jetty server. I would like to run this project in tomcat server. I have added the tomcat server in eclipse and I have tried by right clicking tomcat server and Add remove..., it says "There is no resources that can be added or removed from the server".

Solution:

      I think eclipse is not recognizing our project as a Dynamic Web Application.
I have followed the following steps for fixing this issue.

    Select Project ==> Properties ==> Project Facets and make sure Dynamic Web Module check box is checked


 

2 comments:

  1. Very good guide for fix project with error "There are no resources that can be added or removed from the server" in Eclipse by use option "Add and Remove Projects" in Tomcat server.

    ReplyDelete