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 - Stopping Springboot application does not kill embedded tomcat
Summary: Stopping Springboot application does not kill embedded tomcat
Status: RESOLVED DUPLICATE of bug 253517
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-02 10:19 UTC by navneet
Modified: 2015-09-14 09:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (116.89 KB, text/plain)
2015-09-02 10:19 UTC, navneet
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***