HTTP规范不会对post强加特定的大小限制。 他们通常会受到Web服务器或用于处理表单提交的编程技术的限制。
我怎样才能增加这个尺寸的websphere?
我build议通过pipe理控制台来改变这一点。
在V7中导航到Servers -> Server Types -> Web servers -> <servername> -> Plug-in properties -> Request routing 。
在V6中,您可以在Servers -> Web Servers -> <servername> -> Plug-in properties -> Plug-in <serverclustername> Properties 。
在那里,将Maximum size of request content参数的Maximum size of request content更改为No Limit 。 这设置PostSizeLimit参数。
优点是这也应该贯穿于一个新的插件世代,并且不太容易出错。
要更改发布请求的大小,您必须执行以下步骤:
Websphere 8用户,请按照下列步骤操作
<WAS8-profiles-dir>\bin\GenPluginCfg.bat <WAS8-profiles-dir>\config\cells\plugin-cfg.xml生成一个文件 plugin-cfg.xml文件并更改PostSizeLimit="30000000" 重新启动WAS8