Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Killing JAVA threads in background

807606Apr 24 2007 — edited May 3 2007
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2007
Added on Apr 24 2007
7 comments
134 views