Active servers are active after close WebStorm
If I run the some virtual server and close WebStorm, server is active (listening port). In order to close this active server , I need to close process in Process Manager.
WebStorm can close active servers after I close WebStorm ?
Please sign in to leave a comment.
Do you start your server through WebStorm, or outside it? WebStorm only closes child processes started from it, it can't stop external processes
I start NodeJS server in WebStorm. In tasks manager, servers are NodeJS process. When I closed WebStorm month ago with active servers, WebStorm asked me "close active servers or not" - I press "Yes" and pressed "don't ask me in next time".
Did you start it with run configuration?
Please open Settings (Preferences if you are on MacOSX) | Appearance & Behavior | System Settings. What's the value of On Closing Tool Window with Running Process? It should be "Terminate process" or "Ask".
Thank You, In my WevStorm value of On Closing Tool Window with Running Process was "disconnect", I changed to "Terminate process".