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 - WEB-INF directory is not created when I created the web project
Summary: WEB-INF directory is not created when I created the web project
Status: STARTED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: Dev
Hardware: PC Other
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-25 15:36 UTC by Anda77
Modified: 2017-08-02 09:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.