Using google, find an open source utility called javaps.sh it will show the java processes only.
Yongjie -----Original Message----- From: RXZ JLo [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 10:12 PM To: Tomcat Users List Subject: Re: how many linux processes should tomcat create??? > > Those are not processes, those are threads. > $ ps awx shows the output below. As you say the following may be threads, but how do I get the parent process of all these - ie., how do I restrict the output to show only the processes and not the threads within. I need this to kill the tomcat which keeps running even after shutdown(whose cause I dont know) 9046 ? S 0:04 /usr/java/jdk1.3.1_06/bin/i386/native_threads/java -D java.endorsed.dirs=/home/dev/software/jakarta-tomcat 9073 ? S 0:00 /usr/java/jdk1.3.1_06/bin/i386/native_threads/java -D java.endorsed.dirs=/home/dev/software/jakarta-tomcat __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
