J'utilise tomcat, et parfois quand je lui dis d'arrêter, il ne tue pas correctement le processus.
Mon chemin est aussi de faire:
lsof -i tcp:8080
qui génère:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 888 root 35u IPv6 780659 0t0 TCP *:http-alt (LISTEN)
java 888 root 39r IPv6 790103 0t0 TCP localhost:58916->localhost:http-alt (CLOSE_WAIT)
java 888 root 40r IPv6 792585 0t0 TCP localhost:58936->localhost:http-alt (CLOSE_WAIT)
java 888 root 75r IPv6 785553 0t0 TCP localhost:58701->localhost:http-alt (CLOSE_WAIT)
java 888 root 77r IPv6 787642 0t0 TCP localhost:58814->localhost:http-alt (CLOSE_WAIT)
java 888 root 130u IPv6 783894 0t0 TCP localhost:58686->localhost:http-alt (CLOSE_WAIT)
java 888 root 353u IPv6 780929 0t0 TCP localhost:58632->localhost:http-alt (CLOSE_WAIT)
Je cours ensuite
kill -9 pid
Je veux un moyen d'obtenir tous les nombres pid et de les tuer. La chose est que je ne sais pas comment isoler ce champ.
tomcat
processus ouvert, vous pouvez utiliserkillall -9 tomcat