HTTP Status 500 -
The server encountered an internal error () that prevented it from fulfilling this request.
The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
------------------------------------------------------------------------------------------------------------------
이런 에러가 난다면??
1. JavaBeans를 잘 사용했는지 확인! (인터넷에서 열심히 찾아보자!)
2. 기존에 잘 됐었는데 갑자기 안되었다면????
-> 톰캣을 너무많이 실행해서 톰켓안에서 꼬인것이다.ㅜㅜ.(test를 너무 많이 해서.)
그렇다면,, 이렇게 해보자!
반응형
'Backend > Java&Spring Framework' 카테고리의 다른 글
jsonObject의 해당값 접근하기 (0) | 2013.01.23 |
---|---|
swt browser url 받아오기 (0) | 2013.01.23 |
URL가져와서 특정주소 가져오기(request.getRequestURL().toString();) (0) | 2012.05.04 |
세션 Session (0) | 2012.05.01 |
request.getParameter (0) | 2012.04.28 |