您的位置:首页 > 产品设计 > UI/UE

JBWEB002004: More than the maximum number of request parameters (GET plus POST) for a single request

2017-01-14 18:07 1056 查看

异常

17:51:57,240 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[clinicalsense]] (http-/192.168.1.77:8877-1) JBWEB000236: Servlet.service() for servlet clinicalsense threw exception: java.lang.IllegalStateException: JBWEB002004:
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.

解决方案

修改Jboss的standalone.xml

<system-properties>
<property name="org.apache.tomcat.util.http.Parameters.MAX_COUNT" value="2000"/>
</system-properties>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐