华观科技
软件工匠,用心服务
让web应用在jetty下支持超大表单数据提交
更新日期: 2016年11月07日 07:31   来源: 本站   作者: 小城故事   阅读: 1427

1、在WEB-INF下新建xml文件——jetty-web.xml

2、添加配置内容

<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN"  
      "http://jetty.mortbay.org/configure.dtd">
<!-- jetty6 -->
<Configure id="WebAppContext" class="org.mortbay.jetty.webapp.WebAppContext">
	<Set name="maxFormContentSize" type="int">600000</Set>
</Configure>

<!-- jetty7+ -->
<!-- <Configure id="WebAppContext" class="org.eclipse.jetty.webapp.WebAppContext">
	<Set name="maxFormContentSize" type="int">600000</Set>
</Configure> -->


软件工匠  用心服务
联系方式
邮箱:farseersoft@163.com
地址:广州市天河区东莞庄一横路116号广东生产力大厦11层1101-1104
关注公众号
扫码访问微站