I am not able to add Dynamic Web Module 3.0
facet due to this error. No idea what is wrong with my project settings.
This is a duplicate question but accepted answer provides a url as solution which no longer work.
Asked
Active
Viewed 1.2k times
8

Community
- 1
- 1

Himanshu Yadav
- 13,315
- 46
- 162
- 291
-
Can you post the error? – rahul pasricha Jun 25 '14 at 19:06
-
1Question subject is the error. – Himanshu Yadav Jun 25 '14 at 19:08
-
Where's the duplicate? What exactly were you doing in the UI when this message appeared? What kind of project is it? – nitind Jun 25 '14 at 20:50
-
Updated my question with link to duplicate question. – Himanshu Yadav Jun 25 '14 at 21:04
3 Answers
12
Deleted .classpath and project settings files from project folder. Then imported the maven project again.
It works fine after that.

Himanshu Yadav
- 13,315
- 46
- 162
- 291
9
Please delete
< wb-resource deploy-path="/WEB-INF/classes" source-path="/"/ >
from org.eclipse.wst.common.component under .settings folder.

Mohan Suresh Ramasamy
- 311
- 1
- 3
- 8
3
For some reason just deleting the error in the eclipse solved the problem for me. It said that the problem may reoccurs after reloading or building but it did not
p.s. I'm using mars version

tal4444228
- 259
- 2
- 4