如何在Glassfish 3.1.2中增加最大参数计数?

时间:2019-05-29 13:57:02

标签: http glassfish-3

我正在尝试增加max-param-count中的Glassfish 3.1.2。但是失败了。

HTTP Post request中传递大数据时,得到警告

WARNING: GRIZZLY0173: More than the maximum number of request parameters

(GET plus POST) for a single request ([10 000]) were detected. Any

parameters beyond this limit have been ignored. To change this limit, set 

the maxParameterCount attribute on the Connector.

我执行以下操作

asadmin set server.network-config.protocols.protocol.http-listener-

1.http.max-request-parameters=10001

导致错误,

remote failure: No configuration found for server-config.network-

config.protocols.protocol.http-listener-1.http

Command set failed.

0 个答案:

没有答案