Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top