[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: There are no projects that can be added or removed from the server issue

Karim wrote:
Hi,

I am still trying to upgrade to eclipse 3.3 from eclipse 3.1. I am able to get the project running using an existing server that I imported from eclipse 3.1 but if i remove that server and try to add the project back to the server I get the following msg "There are no projects that can be added or removed from the server"


For some reson eclipse still think my projects are deployed. How do I remove them manually so I can add this project to a new server I create?




This usually means that the server doesn't meet the requirements of the module found in any of your projects. For example, if you had created Tomcat 5.5 server and a Dynamic Web Project that specified the Dynamic Web Module facet version 2.5 (i.e. it requires Servlet 2.5), you would not be able to add that project to the Tomcat 5.5 server because it only supports up to Servlet 2.4. It's hard to speculate any further about the cause of the behavior you are seeing because there is no information to work with beyond that you are using Eclipse 3.3 and migrated from Eclipse 3.1.

Cheers,
Larry