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 254930

Summary: Stopping Springboot application does not kill embedded tomcat
Product: javaee Reporter: navneet <navneet>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description navneet 2015-09-02 10:19:26 UTC
Product Version = NetBeans IDE 8.1 Beta (Build 201508041349)
Operating System = Mac OS X version 10.11 running on x86_64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

When debugging a SpringBoot application, with the Application class as the main class, when "stopping" the application leaves the tomcat embedded instance started as part of the application still running hence not allowing the "Re-run the goals" to work from the Output window.
Comment 1 navneet 2015-09-02 10:19:33 UTC
Created attachment 155821 [details]
IDE log
Comment 2 Martin Entlicher 2015-09-02 12:11:55 UTC
This is to be handled by the web project IMHO.
Comment 3 navneet 2015-09-02 12:18:18 UTC
This was run as a Java application. The project was a maven project with jar generation.
Comment 4 Petr Hejl 2015-09-14 09:36:41 UTC

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