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 54125

Summary: Missing web.xml in web root - warn user about broken JSP editor
Product: javaee Reporter: zikmund <zikmund>
Component: Web FreeformAssignee: David Konecny <dkonecny>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 61895    
Bug Blocks:    

Description zikmund 2005-01-28 08:57:54 UTC
Build 200501271900

1) Create new Project With Existing Ant Script
2) Go to 4th page
3) Choose web pages folder as directory without
WEB-INF/web.xml file (it can be placed somewhere else)
4) ERROR:
User should be warned, that JSP editor will mark
JSPs using tag libraries as with errors (i.e. it
will not work properly). It is strongly
recommended to place at least fake WEB-INF/web.xml
file there.
Comment 1 zikmund 2005-01-28 10:52:38 UTC
It affects project's properties | Web Sources too.
Changing summary and subcomponent.
Comment 2 zikmund 2005-03-02 17:11:14 UTC
*** Issue 55786 has been marked as a duplicate of this issue. ***
Comment 3 Radko Najman 2005-11-24 14:53:40 UTC
This issue is also related to issue #61895.
Comment 4 David Konecny 2007-10-12 14:17:49 UTC
This was resolved by issue 61895 - web pages and WEB-INF folder can be different folders.