Deployment Descriptor not found

Akashdeep Saluja picture Akashdeep Saluja · May 10, 2014 · Viewed 11.9k times · Source

I am using NetBeans 8.0 for developing my first Java web application and I am unable to find Deployment Descriptor in the project folder. I don't know where it is located.

I searched the web and then it was written that it'll be in WEB-INF folder, but my WEB-INF folder is empty.

Answer

Akashdeep Saluja picture Akashdeep Saluja · May 10, 2014

In case someone else is facing the same problem, there's an option when you make a new project to include, servlets mapping in web.xml, if you tick mark the option, in that case your web.xml shows up the servlets mapping. And web.xml will be found in WEB-INF folder.