Michael,

On 1/17/25 4:21 PM, Michael wrote:
This sounds suspiciously like the application is keeping references to requests or 
responses that have already been committed and recycled. Can you post your 
<Connector> configuration? In particular, what are the settings for the 
discardFacades and discardRequestsAndResponses attributes?


The setup has defaults for those attributes, I guess. This is the
connector config:
<Connector port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol"
   connectionTimeout="190000"
   maxConnections="10000"
   maxThreads="2000"
   acceptCount="1000"
   URIEncoding="UTF-8"
   compression="1024"
   
compressibleMimeType="text/html,text/xml,text/plain,text/tcl,text/css,application/javascript,application/json,application/xml"
   redirectPort="8443"
   maxParameterCount="1000"/>


Is that the only <Connector> element? I would expect another one for the https 
port (8443).

Yes, there's only the HTTP connector on port 8080. There's a load
balancer in front of this that handles HTTPS.

If you connect the client directly to Tomcat, are you still able to reproduce the errors?

-chris


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

Reply via email to