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 262149 - NetBeans modifies web.xml TomCat configuration file.
Summary: NetBeans modifies web.xml TomCat configuration file.
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-19 11:21 UTC by tomas.langer
Modified: 2016-05-20 05:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (70.70 KB, text/plain)
2016-05-19 11:21 UTC, tomas.langer
Details
web.xml configuration file for TomCat (152.92 KB, application/xml)
2016-05-19 11:24 UTC, tomas.langer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomas.langer 2016-05-19 11:21:41 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_91
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.91-b14

Reproducibility: Happens every time

STEPS:
  * Run Maven Web application
 Value of XML element <param-value>false</param-value> 
in
    <init-param>
      <param-name>mappedfile</param-name>
      <param-value>false</param-value>
    </init-param>

was changed to true when NetBeans starts TomCat server. This settings alow to generate jsp files bigger than 65Kb. Without this parameter set to true not able to generate this big jsp pages in application.
If I start TomCat manualy from command line the web.xm file was not changed.

ACTUAL:
  I solve this problem by set attribute of web.xml file to read only but it is not nice solution. I saw this problem in your BugZilla system like Bug 227177 but I mean this problem is still in version 8.1. Can you solve this problem in NetBeans?

EXPECTED:
  message pops u
Comment 1 tomas.langer 2016-05-19 11:21:47 UTC
Created attachment 159810 [details]
IDE log
Comment 2 tomas.langer 2016-05-19 11:24:47 UTC
Created attachment 159811 [details]
web.xml configuration file for TomCat