jboss7 参数过多无法提交

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 参数过多无法提交)