Thanks for advice, I find out and processes with 'user nobody' are created by process with command inetd. I don't know if the processes with command httpd can be started by process 'inetd' if service "http" doesn't exist in inetd.conf.
Pawel -----Original Message----- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:25 AM To: Tomcat Users List Subject: Re: nobody processes Skorupski Paweł ,(PZUZ) wrote: > Hi, > > my problem is that when I run Tomcat with some application, then after some > time(using applcations) I get nobody processes which doesn't want to > disappear (even after restarting Tomcat). > > I can see them using command top. I can not kill them even with option -9. > They use the major part of memory and processor time. Try to find out who created that process: ps -A -o pid,ppid,user,command Nix. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
