weblogic12 taglib parsing 오류
- 작성자 :
- 박*찬
- 작성일 :
- 2013-01-10 09:48:04
- 조회수 :
- 1,484
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
전자정부 프레임워크 2.5 로 templete 을 설치하여 테스트 해보면
jstl 관련 tablib 는 별문제가 없는데 spring(mvc), 전자정부프레임워크관련
taglib 에서는 다음과 같은 오류메세지가 나타납니다. 물론 tomcat 6.0 에서는 별 이상없이 잘 수행이 되구여... 배포 파일에도 문제가 없이 잘되는거 같구요
weblogic 12c version 에서만 실행하면 문제가 발생됩니다.
weblogic.servlet.jsp.CompilationException: Failed to compile JSP /index.jsp
index.jsp:15:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
임시로 사용되어 지는 .tld 파일들을 webinf 디렉토리에 복사한 후 작업을 진행하면 정상적으로 수행이 됩니다. 원인이 무엇인지 알고 싶습니다.
jstl 관련 tablib 는 별문제가 없는데 spring(mvc), 전자정부프레임워크관련
taglib 에서는 다음과 같은 오류메세지가 나타납니다. 물론 tomcat 6.0 에서는 별 이상없이 잘 수행이 되구여... 배포 파일에도 문제가 없이 잘되는거 같구요
weblogic 12c version 에서만 실행하면 문제가 발생됩니다.
weblogic.servlet.jsp.CompilationException: Failed to compile JSP /index.jsp
index.jsp:15:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
임시로 사용되어 지는 .tld 파일들을 webinf 디렉토리에 복사한 후 작업을 진행하면 정상적으로 수행이 됩니다. 원인이 무엇인지 알고 싶습니다.
A
안녕하세요.. 박영찬님..
일종의 weblogic의 버그 같습니다.
(https://forums.oracle.com/forums/thread.jspa?threadID=2456315&tstart=15 참조)
그럼.. 즐거운 하루되십시오.
감사합니다.
일종의 weblogic의 버그 같습니다.
(https://forums.oracle.com/forums/thread.jspa?threadID=2456315&tstart=15 참조)
그럼.. 즐거운 하루되십시오.
감사합니다.