jboss 7.1.1.final 报错 set the maxParameterCount attribute on the Connector

Therefore, I cannot just add the connector attribute in standalone.xml like so:

在 <JBOSS_HOME> /standalone/configuration/standalone.xml,添加配置文件,红色字体部分

<system-properties>

     <property name="org.apache.tomcat.util.http.Parameters.MAX_COUNT" value="5000"/>

</system-properties>

如下图

原文地址:https://www.cnblogs.com/wuxu/p/10450955.html