Tomcat 解决The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit

解法:

修改tomcat下的web.xml,     搜索:JspServlet, 增加:

<init-param>
<param-name>mappedfile</param-name>
<param-value>false</param-value>
</init-param>

posted @ 2015-01-22 17:53  Earic  阅读(3150)  评论(0编辑  收藏  举报