Windows 2000 Timcat4.x

Below is my Sever.xml connector configuration.

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" 
  port="8080" minProcessors="25" maxProcessors="200"
  enableLookups="true" redirectPort="8443" 
  acceptCount="10000" debug="0" connectionTimeout="20000"
  useURIValidationHack="false" disableUploadTimeout="true" 
/>

My Questions:
1.How do i determine how many concurrent users can hit my application.?
2.Is there any limitation for minProcessors , maxProcessors and acceptCountt?
3.I'm getting belom mentioned Exception if i use more than 100 users?
Exception
CoyoteAdapter An exception or error occurred in the container during the request 
processing
java.lang.OutOfMemoryError

Please advise me to fix this issues.

Thanks.,
MALAI

Reply via email to