简体   繁体   中英

Deployment Descriptor not found

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM