简体   繁体   中英

Netbeans and Grails - stop server

What is the correct way to stop the web server for Grails in the Netbeans IDE? After I Run Project (F6), I have been just rebuilding the project to do this. Is there a better way?

If you look under the output tab you can find the task labelled (run-app) and select the Stop icon (a Red Square with a White dot at the center) to stop the application.

This is not true. Type in your terminal "ps aux | grep grails" then you will see a number associated with the app and type "kill -9 (then the number)" and it will stop all process

There is no special Grails command to stop a running server, so just use whatever Netbeans provides to stop a project that was started from inside the IDE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM