I created a maven project but when I try to add it to my server I receive this error :
I converted the project to a 'Dynamic Web Project' by updating its facet. Is there something else I missed ?
I created a maven project but when I try to add it to my server I receive this error :
I converted the project to a 'Dynamic Web Project' by updating its facet. Is there something else I missed ?
Changing facets has proven ugly from time to time. Even changing an existing dynamic web project (one of its facets, e.g. Dynamic web module from 2.5 to 2.6) gives a lot of trouble.
Advice: leave aside Maven -for a while- and start a new dynamic web project from scratch. Import the sources you need (don't copy them, import them, found it to be a good practice with control version environments). Associate a server to the project and try to deploy it.