Tomcat 7.0.42, RHEL6

I've installed the ARP connector and have my service.xml configured with
the only enabled connector being:

 <!--APR connector native installed -->
    <Connector port="8080" maxHttpHeaderSize="8192"
                     maxThreads="150"
                     enableLookups="false" disableUploadTimeout="true"
                     acceptCount="100" scheme="http" secure="false"
                     SSLEnabled="false"/>

1. I'm expecting about 2500 simultaneous visitors. Any thoughts on how much
I might want to bump up the maxThreads and acceptCount?

2. Does the ARP connector work within the Executor thread pools? I'm a
little unclear on this. Currently the Executor node is commented out. Do I
want a shared executor for the ARP connector?

Thanks in advance,
Alec

Reply via email to