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]>
