[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: RaQ 550: 100+ Java Running Processes
- Subject: [cobalt-users] Re: RaQ 550: 100+ Java Running Processes
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Wed May 28 17:30:01 2003
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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