This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271161

Summary: WEB-INF directory is not created when I created the web project
Product: webservices Reporter: Anda77
Component: RESTAssignee: Milan Kuchtiak <mkuchtiak>
Status: STARTED ---    
Severity: normal CC: Anda77
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description Anda77 2017-07-25 15:36:41 UTC
I created a web project suing NetBeans 8.2 and GlassFish Server 4.1.1 and I noticed the WEB-INF folder is not created.

I am using Java 8.

Can I add manually this folder and web.xml?

Thanks,
Comment 1 clucgdc 2017-07-29 03:49:19 UTC
It is ok to add web.xml manually.
NetBeans provides a menu to do this: 

New > Other > Web > Standard Deployment Descriptor (web.xml)
Comment 2 Anda77 2017-08-02 09:49:56 UTC
ok, thanks.