首页 > 其他 > 详细

jboss7 参数过多无法提交

时间:2015-03-20 13:02:43      阅读:595      评论:0      收藏:0      [点我收藏+]

jboss 7 开发提示如下:
More than the maximum number of request parameters (GET plus POST) for a single request ([512]) were detected.Any parameters beyond this limit have been ignored.
To change this limit, set the maxParameterCount attribute on the Connector.
解决方法:修改jboss7 配置参数
在jboss7\standalone\configuration\standalone.xml中
在<system-properties>节点下面添加一个节点
<property name="org.apache.tomcat.util.http.Parameters.MAX_COUNT" value="5000"/>问题解决。


jboss7 参数过多无法提交

原文:http://my.oschina.net/u/2315962/blog/389357

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!