It's an (un)documented attribute called "packetSize" for the AJP connector:

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

The packetSize attribute is only good for 5.5.20+ and 6.0.2+.

However, I'm having issues with this myself. I've set my max_packet_size in
the worker and the packetSize in the AJP connector to the same values, but
when I look at the mod_jk.log, it appears that it is still using 8192:

received from ajp13 pos=0 len=8188 max=32768

If anyone has an answer to this issue, I'd appreciate an answer.

Darin

obalas wrote:
> 
> Hello, everybody,
> Can anyone help me out with this problem, i need to increase the header
> size for the AJP connector to at least 16K, and I noticed from the
> documentation that, unlike the standard connector on port 8080, the AJP
> connector does not recognize the maxHttpHeaderSize attribute. 
> Does anybody know a workaround solution for this?
> 
> Thanks in advance,
> Ovi
> 

-- 
View this message in context: 
http://www.nabble.com/AJP-connector-question-tp16587397p16588180.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to