Yip: I wouldn't worry about that: It has something to do with how linux
maps the Java VM to linux processes. If you have pstree installed on
your linux box, run that: You should see one Java VM with (in your case,
15) threads under that. 

As a side note: I successfully run Tomcat with about 29 processes under
that, Apache, Oracle 9, SAP DB, Named, and some other programs, and have
not had any problems. My Tomcat is running 24/7 for the last few months
now, and I have never needed to reset or restart.

I think there was a discussion on the group about this previously, but
can not recollect when / by whom.

hth
Paul

On Tue, 2003-03-11 at 22:21, Jens Skripczynski wrote:
> Chris Dodunski:
> > Just a brief question, for a Tomcat newbie. I have successfully installed
> > Tomcat on our companies Linux web server. Problem is the huge number of java
> > processes running as a consequent (see below). Our network administrator
> > doesn't like it. Tomcat won't be doing too much work in this instance, so is
> > there any way to reduce the number of these (a configuration setting
> > perhaps)?
> 
> The option you are looking for is located in server.xml:
>     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>                port="8080" minProcessors="5" maxProcessors="8"
>                enableLookups="true" redirectPort="8443"
>                acceptCount="10" debug="0" connectionTimeout="20000"
>                useURIValidationHack="false" />
> 
> With min/max you can control the number of threads.
> 
> But still i have a lot of threads on my computer.  I _believe_ tomcat starts 
> a thread for each found webapp it deployes.
> 
> So 10 webapps and 5 listeners = 15 processes ?!
> 
> Ciao
> 
> Jens Skripczynski
-- 
p niemandt <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to