Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Juno, maven project not able to run on server

Tags:

eclipse

maven

I upgraded to Eclipse Juno(for Java EE developers). I installed Maven Integration for Eclipse through marketplace.

Just to test, I created a web app using maven-archetype-webapp. I cannot run on server(There's no menu Run On Server). The same happens with another maven project which runs fine using Eclipse Indigo. A tried deleting .settings, .classpath, .project then re-importing the project but nothing. I was hoping so much on Juno!

Does anyone know a real solution to this problem?

like image 537
braincell Avatar asked Dec 02 '22 21:12

braincell


1 Answers

May be Dynamic Web Module in Project Facet is not selected

Go to :- Project > Properties > Project Facets > check Dynamic Web Module

like image 80
Mohit Saluja Avatar answered Dec 15 '22 05:12

Mohit Saluja