我正在尝试增加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.