简体   繁体   中英

Tomcat 6.0.x configure HTTP

I need to configure the default maxHttpHeaderSize on the HTTP connector and I cant see where to configure it. I believe it should be under the coyote connector but can only find the catalina attribute in the server.xml. Can someone edify me where to properly configure this to I can increase the default size of the header?

From the Tomcat 6 docs, http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

You can configure the maxHttpHeaderSize within the HTTP/1.1 <Connector> already defined within the Catalina <Service> in server.xml

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM