Killing JAVA threads in background
807606Apr 24 2007 — edited May 3 2007Hi All,
We have hosted a website in a particular Linux web server. Whenever the tomcat restarts, my JAVA program (WTLogFilePhantom) will start a new Thread, but those threads are not stopped yet (forget to invoke the stop method).
Now the problem is, there are many thread processes which are running in the server. I want to kill those processes from background. How can I identify those processes.
Please advice,
Thanks
Malai