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 - Regression: when debugging in a debug session, redeploying app restart server in non-debug mode
Summary: Regression: when debugging in a debug session, redeploying app restart server...
Status: RESOLVED DUPLICATE of bug 226458
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 01:48 UTC by ecerichter
Modified: 2013-02-25 20:02 UTC (History)
1 user (show)

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