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 262173 - Unable to stop Spring Boot running application via stop button in the Output window
Summary: Unable to stop Spring Boot running application via stop button in the Output ...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 8.1
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-21 20:01 UTC by satory
Modified: 2016-05-31 05:39 UTC (History)
0 users

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 satory 2016-05-21 20:01:29 UTC
I have set up a Spring Boot application that uses embedded Tomcat.

I can start this no problem, but I can't stop it in the Output window when I press the Stop executing the current build button.

In order to run my application again, I need to kill tomcat from a terminal, before running the application again.

Expected Result:
I'd expect the stop button to stop the application
Comment 1 Petr Hejl 2016-05-30 10:52:47 UTC
What is the project type? What is the action in the IDE to start the project?
Comment 2 satory 2016-05-31 05:39:05 UTC
Hi Petr,

The project type is a standard java maven project.

And the Run action is as follows:

Execute Goals: process-classes org.codehaus.mojo:exec-maven-plugin:1.2.1:exec

Set Properties: exec.args=-classpath %classpath org.jmcdonnell.projects.novamediamanager.Application
               exec.executable=java