Hi everyone,
So I have tomcat running with mod_webApp and apache on a redhat 6.2 box.
I have read that you can set the maximum number of processes that tomcat has by
setting it in the server.xml file. Which I have.
<Connector className="org.apache.catalina.connector.warp.WarpConnector"
port="8008" minProcessors="5" maxProcessors="50"
enableLookups="false"
acceptCount="10" debug="0"/>
so why are there 86 child processes running under tomcat???
init-+-atd
|-crond
|-httpd---10*[httpd]
|-httpsd---5*[httpsd]
|-java---java---86*[java]
Am I missing something here???
Thanks,
-chad
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>