/ Published in: Bash
I use IntelliJ for a couple of projects and for some reason, my instances of Tomcat start up more times than necessary. Here is how I find out how many instances are running in the background. From there I can use the kill -9 pid XXXX to stop them
Expand |
Embed | Plain Text
ps -eaf | grep tomcat
You need to login to post a comment.
