exceeding the 65535 bytes limit

Error stack:

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


 
  

Method one:

Change lines from

<%@ include file="test.jsp" %>

to

 

Method two:

Catalina_home/conf/web.xml:


        jsp
        org.apache.jasper.servlet.JspServlet
        
            mappedfile
            false
        
        
            fork
            false
        
        
            xpoweredBy
            false
        
        3


你可能感兴趣的:(jsp)