Runbook

Tomcat HTTP Request Headers or Payload Size Exceeds Limits.

Back to Runbooks

Overview

This incident type occurs when the size of HTTP request headers or payload exceeds the limits set by Tomcat server. When this happens, the server may reject the request or return an error message, causing disruption to the normal functioning of the web application. This can be caused by a variety of factors, including large file uploads, excessive use of cookies or query parameters, or attacks that intentionally send oversized requests.

Parameters

Debug

Check the current open file limit

Check the maximum size limit for HTTP requests

Check the maximum size limit for HTTP POST requests

Check the current size of the HTTP request headers

Check the current size of the HTTP request payload

Repair

Increase the maximum allowable size for HTTP request headers or payload in Tomcat configuration.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.