【问题描述】
业务应用部署在PAS6.5里默认实例中,应用页面的数据形成数组提交,后台提示:Post方式访问PAS里的业务应用提示请求参数过多: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 hava been ignored
【解决方案】
执行如下命令重新设置后,再提交数据,正常。
asadmin set server.network-config.protocols.protocol.http-listener-1.http.max-request-parameters=-1
【原文链接】
http://doc.primeton.com/pages/viewpage.action?pageId=82156113
当在PAS6.5中部署业务应用时遇到Post请求参数过多的错误,可以执行命令`asadmin setserver.network-config.protocols.protocol.http-listener-1.http.max-request-parameters=-1`来重新设置最大参数限制,从而恢复正常提交数据。
304

被折叠的 条评论
为什么被折叠?



