org.apache.jasper.JasperException: Unable to compile class for JSP
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:572)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

 

 

잘돌아가다가 이런  에러를 만나면.. 톰캣 컨테이너 문제일 수 있다.

 

배포된 서버에서 WEB-INF  디렉토리를 지우고, 다시 배포한 후, 재시작을 해보자..

 

바로 된다...^^

 

이런 경우는 정확한 이유를 찾는 것보다. 다른 일을 많이 하는 게 낫다. 지우고 다시 배포, 시작하기!

Posted by '김용환'
,