Peter,
You may need to re-post your question again since it came (inadvertently of
course) as a reply to my post on a different issue.
On Monday, November 23, 2020, 8:12:39 PM GMT+3:30, <[email protected]>
wrote:
#yiv9740136334 #yiv9740136334 -- _filtered {} _filtered {} _filtered
{}#yiv9740136334 #yiv9740136334 p.yiv9740136334MsoNormal, #yiv9740136334
li.yiv9740136334MsoNormal, #yiv9740136334 div.yiv9740136334MsoNormal
{margin:0in;font-size:11.0pt;font-family:sans-serif;}#yiv9740136334
span.yiv9740136334EmailStyle18
{font-family:sans-serif;color:windowtext;}#yiv9740136334
.yiv9740136334MsoChpDefault {font-size:10.0pt;} _filtered {}#yiv9740136334
div.yiv9740136334WordSection1 {}#yiv9740136334
Hi everyone,
I’m using NB 12 and every time I do something, all these hundreds of message
boxes open and they open rapidly blocking my access to the IDE, but the OK
button is hidden in most cases because the message is “WHITE” and therefore,
I’m forced to KILL the program through task manager.
Do I need to update? I’m forced to used NB 11 because it’s more stable.
V/r
Peter Borreggine
Owner and Developer
Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO
WebParity.net
A Service Connected Disabled Veteran Owned Business
WA State License: 603-501-609
360-830-8926 C
“Lead, Follow or Get Out of the Way…”
Was a coined phrase (Moto) of the 3701 BMT Squadron in Lakeland AFB long before
Lee Iacocca ever used it.
This email message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the intended
recipient, please contact the sender and destroy all copies of the original
message and its attachments. Any unauthorized review, use, disclosure, or
distribution is prohibited.
From: HRH <[email protected]>
Sent: Monday, November 23, 2020 3:29 AM
To: NetBeans Mailing List <[email protected]>
Subject: Web application templates
Hi,
I have created a web application project using Netbeans 12.0 on Windows 10 (JDK
14.0). I have configured the IDE with Glassfish server 5.0.1. The generated
web.xml file by Netbeans automatically sets the <web-app version="4.0" ......>,
which causes the web application to fail when it tries to discover the back-end
managed bean referenced by the JSF page. As a workaround, I have been manually
setting the version back to 3.1 (i.e. <web-app version="3.1".....> ) inside the
IDE generated web.xml. According to the Glassfish server 5.0.1 release notes,
the web container supports servlet 4.0 specification, so do I need to configure
anything else in the IDE to make the application work without modifying the
web.xml?
Thanks