JSP의 라인수가 너무 길어서 톰캣 오류가 발생하는 경우!
프로그래밍/JSP
2018. 10. 2. 10:23
1. 오류로그 원인 : Java Method는 64KB보다 커질 수 없음. Error. org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 35 in the generated java file The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit Stacktrace: //------------------------ (JLS 4.10) The amount of code per non-native, non-abstract method is limited t..