Tomcat 6.0.x 配置HTTP
我需要在 HTTP 连接器上配置默认的 maxHttpHeaderSize,但我看不到在哪里配置它。我相信它应该在 coyote 连接器下,但只能在 server.xml 中找到 catalina 属性。有人可以告诉我在哪里正确配置它,我可以增加标头的默认大小吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 Tomcat 6 文档中, http://tomcat.apache.org/ tomcat-6.0-doc/config/http.html
您可以在已在
中定义的
HTTP/1.1
中配置maxHttpHeaderSize
server.xml 中的 CatalinaFrom the Tomcat 6 docs, http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
You can configure the
maxHttpHeaderSize
within theHTTP/1.1 <Connector>
already defined within theCatalina <Service>
in server.xml