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 226617

Summary: Regression: when debugging in a debug session, redeploying app restart server in non-debug mode
Product: javaee Reporter: ecerichter
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jskrivanek
Priority: P2    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description ecerichter 2013-02-25 01:48:42 UTC
Product Version = NetBeans IDE Dev (Build 201302222300)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_13
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

When debugging web apps, sometimes is necessary to redeploy the app (adding or removing methods, that are not supported by standard debugger reload/fix).
I've noticed that since 201302172300, whenever I start debugging my project, when I deploy the entire server is stopped and started again in normal mode (non debug mode), and the debugger is stopped.
Is expected that deploy only instructs tomcat to reload web app instead of stop and start again *in wrong mode*.
Comment 1 Martin Entlicher 2013-02-25 10:46:35 UTC
Deployment is performed by the project AFAIK.
Comment 2 Martin Entlicher 2013-02-25 15:08:17 UTC
Probably a duplicate of issue #226458.
Comment 3 David Konecny 2013-02-25 20:02:37 UTC

*** This bug has been marked as a duplicate of bug 226458 ***