Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 스크립트
- 날짜
- spring form tag
- 호환성
- RADIO
- 톰캣
- Oracle
- SSL
- switch
- 한글
- MYSQL
- 웹 플랫폼 설치 관리자
- jquery
- json
- HTML5
- 네이버스마트 에디터
- exception
- null
- DB
- php
- 이클립스
- maven
- 문자열
- java
- 전자정부 표준프레임워크
- @RequestBody
- html
- checbox
- 오라클
- JSTL
Archives
- Today
- Total
개인적인 정리
java.lang.ClassCastException 본문
아래와 같은 Exception 이 발생하는 경우
java.lang.ClassCastException: com.common.servletAaaServlet cannot be cast to javax.servlet.Servlet
상단에
import javax.servlet.http.HttpServlet; 추가
public class AaaServlet
을 아래로 변경
public class AaaServlet extends HttpServlet{
'전자정부표준프레임워크 > Exception 및 Error' 카테고리의 다른 글
The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files (1) | 2018.01.27 |
---|---|
bootstrap.jar which is referenced by the classpath, does not exist. (0) | 2018.01.21 |
java.lang.ClassNotFoundException: ServletContext (0) | 2018.01.20 |
Bad version number in .class file (0) | 2017.07.26 |
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit (0) | 2017.03.04 |
the superclass javax.servlet.http.httpservlet was not found on the java build path (0) | 2017.03.02 |
java.lang.ArrayIndexOutOfBoundsException: 1 (0) | 2016.12.07 |
이클립스 개발중 한글이 안될 때 (0) | 2016.11.11 |
Comments