Я пытаюсь увеличить 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.