https://issues.apache.org/bugzilla/show_bug.cgi?id=55241

--- Comment #3 from vyacheslav <vyacheslav.gu...@gmail.com> ---
For easier reproduce we use 5 threads in executor. Here head of our server.xml

<Server port="${SHUTDOWN_PORT}" shutdown="SHUTDOWN">

  <Listener
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"/>

  <GlobalNamingResources/>

  <Service name="${target}">

     <Executor name="common_executor"
               maxThreads="5"
        minSpareThreads="1"
     />

     <Connector port="${HTTPS_PORT}"
               address="${HTTP_ADDR}"
               executor="common_executor"
               enableLookups="false"
               disableUploadTimeout="true"
               acceptCount="5"
               connectionTimeout="10000"
               keepAliveTimeout="0"
               maxKeepAliveRequests="-1"
           scheme="https" secure="true"
               clientAuth="false" SSLEnabled="true" sslProtocol="TLS"
               keystorePass="keystorepass"
               keystoreFile="keystore.p12"
               keystoreType="PKCS12"
    />



After 5 ClientAbortExeptions we stuck.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to