. Advertisement .
..3..
. Advertisement .
..4..
How do I restart tomcat 9 on ubuntu? Your suggestions would help me a lot.
to stop running tomcat 9. Then type “sudo kill -9 `ps aux | grep ‘tomcat’ | cut -d ‘ ‘ -f 2`” to stop running it further. Then type “sudo start tomcat9.service”
to restart it again.
An appropriate tip that worked for my side