심각: Servlet.service() for servlet jsp threw exception
java.lang.LinkageError: loader constraint violation: when resolving interface method "javax.servlet.jsp.JspApplicationContext.getExpressionFactory()Ljavax/el/ExpressionFactory;" the class loader (instance of org/apache/jasper/servlet/JasperLoader) of the current class, org/apache/jsp/WEB_002dINF/views/home_jsp, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for resolved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ExpressionFactory used in the signature
at org.apache.jsp.WEB_002dINF.views.home_jsp._jspInit(home_jsp.java:23)
해결방안 - jsp-api 버전이 2.1로 되어있는데 2.2로 바꾸어주면 해결이 된다
'소프트웨어 > WS/WAS' 카테고리의 다른 글
톰캣7을 통한 war 디플로이 (0) | 2013.08.08 |
---|---|
톰캣에서 날짜별 로그로 설정하는방법 (0) | 2013.07.26 |
elipse에서 톰캣 작업 경로 설정 방법 (0) | 2013.07.18 |
이클립스에서 톰캣 메모리 설정 (0) | 2013.07.01 |
apache 에서 '사이트 공사중' 표시하기 (0) | 2013.06.12 |