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 - Missing web.xml in web root - warn user about broken JSP editor
Summary: Missing web.xml in web root - warn user about broken JSP editor
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Freeform (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
: 55786 (view as bug list)
Depends on: 61895
Blocks:
  Show dependency tree
 
Reported: 2005-01-28 08:57 UTC by zikmund
Modified: 2007-10-12 14:17 UTC (History)
0 users

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 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.