We've developed the web application for our project and which is deployed in Tomcat Server. But the problem is that due to thread deadlock, we're unable to access our application via http in the browser. After investigated the logs, we realized that the few threads are keep running and is not stopped properly even if we restart the Tomcat server. We've tried many ways to kill the existing java thread but not succeed.
Do we have any options to kill the java threads?