Eclipse: The selection did not contain any resource that can run on a server

skip picture skip · May 28, 2012 · Viewed 27.8k times · Source

I am not able to run maven java web application project to the configured tomcat within eclipse ide.

Initially I could right click on the project and run it on tomcat server but ever since I shared the project to a repository I am not able to do that.

I disconnected the project form the repository and now I I dont even see the Run as -> Run on Server option inside eclipse ide.

I am using m2e plugin version .0.12.1 and eclipse helios and tomcat 6.

Could someone help me understand what am I missing here?

Thanks.

Answer

Nagaraj picture Nagaraj · Jan 18, 2017

PROBLEM

When you try to run the project on the server using "Run on Server" (SA+X+R) option, eclipse returns the following message: The selection did not contain any resources that can run on a server.

SOLUTION

On the navigation panel, click over the project for pop-up menu, properties, Project Facets, check: - Dynamic Web Module - Java It worked for me try this may be this is your problem