码迷,mamicode.com
首页 > 其他好文 > 详细

jboss7 参数过多无法提交

时间:2015-03-20 13:04:48      阅读:267      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!