JSP 65535 bytes limit 오류 조치
jsp 파일중에 65535 byte가 넘는 큰 파일들이 있다. 이 파일들을 읽으려고 할때 설정이 없으면 오류가 발생한다. org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: [100] in the generated java file: [big_jsp.java] The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit 대략 이런 오류이다. 소스의 길이가 엄청 길다는 말이다. 이것을 근본적으로 해결하려면 하나의 큰 jsp 파일을 include를 통해서 여러개로..
Lang/Servlet&JSP
2021. 9. 15. 12:27