Our server setup flow is something like: ELB ->(https) -> httpd -> mod_jk+AJP13 ->(http) -> tomcat. Tomcat version: 8.0.20 httpd version: 2.4.27 mod_jk version: 1.2.37 Please help us to find the root cause.
We have to go with the following configuration:
server.xml
packetSize="32768"
socket.appReadBufSize="32768"
httpd.conf
LimitRequestFieldsize 32768
workers.properties
worker.app-7009.max_packet_size=32768
socket.appReadBufSize is important attribute, without this tomcat's AJP connector unable to read the packet posted.