I'm trying to dispaly a jsp page (generated at runtime) in my app and when I choose the button on my main page to dispaly the results of an operation that generates the jsp, I get the following error:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: [38] in the generated java file: [C:\Users\Tom\Programming IDEs\workspace-eclipse-java-web\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\work\Catalina\localhost\LAEWeb\org\apache\jsp\WEB_002dINF\test_jsp.java]
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit
How do you display jsp pages with over 64k of data? The jsp has numbers data with over 16,800 lines with five numbers per line.