[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: RaQ 550: 100+ Java Running Processes



> In webmin I see between 80 - 150 running java procecesses:

Do you have JSP enabled for each vsite on the server?  Do all those sites 
NEED to have JSP enabled?

That was the problem on the RaQ 4 with the hacked-on Tomcat install.  A 
"fix" put a marker file in the root dir of each site that needed it, and 
only processes for those sites were started.

You can also use

ps -faux

to see a tree layout of all the processes.  See if one "parent" is spawning 
most of your "child" processes, and then investigate that site's content.  

-- 
Bruce Timberlake