2

I have a GWT project. I have the web.xml created and placed in webapp/WEB-INF, war/WEB-INF as well as war/. But Eclipse keeps throwing me the error that

The web.xml file does not exist

When I right click on the error and look into Properties, I see this entry

In folder: <myproject>/war

Though I have the file placed there, why does Eclipse keep reporting that error?

Thomas Broyer
  • 64,353
  • 7
  • 91
  • 164
somesh
  • 2,509
  • 3
  • 16
  • 24

1 Answers1

6

Please validate

Go To

Project -> Properties -> Google -> Web Application -> WAR directory

enter image description here

GWT Project structure

enter image description here

Braj
  • 46,415
  • 5
  • 60
  • 76
  • I've run into this issue before, and this worked for me. – aglassman Apr 09 '14 at 17:48
  • @Braj I have the War folder, but am still getting the error. I dont see any images to the post. Can you reload the images please. – Jess Aug 07 '17 at 16:54
  • @Jess URL of the attached images in the post. Please let me know if it still there is an issue to open it. http://i.stack.imgur.com/mUvju.png and http://i.stack.imgur.com/cOZ8T.png – Braj Aug 10 '17 at 09:41