
David F. answered 10/12/22
Experienced Python, SQL, and Data Engineering Tutor
I would recommend shutting down all tomcat processes. Because it's a server, it's likely spinning up multiple processes that respawn whenever one is killed. You can try the following command to kill all tomcat processes:
The -9 flag forces the process to terminate immediately.