티스토리 뷰
728x90
어제까지 멀쩡히 돌아가던 프로젝트가 갑자기 아래와 같은 메세지를 띄우면서 500번 에러가 뜬다
"The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag. - [unknown location]"
여기저기 검색해보니까 web.xml을 이렇게 수정해주라고 하는데 수정해도 역시 마찬가지다
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>
더 찾아보니까 요렇게 한번 해보란다
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
오우 잘 돌아간다~
그런데 아직까지 왜 에러가 났는지 모르겠다
이클립스가 문제인지, 톰캣이 문제인지, 스트럿츠 jar 파일이 문제였는지
-_- 어쨌든 해결은 됐다
여기저기 검색해보니까 web.xml을 이렇게 수정해주라고 하는데 수정해도 역시 마찬가지다
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
더 찾아보니까 요렇게 한번 해보란다
오우 잘 돌아간다~
그런데 아직까지 왜 에러가 났는지 모르겠다
이클립스가 문제인지, 톰캣이 문제인지, 스트럿츠 jar 파일이 문제였는지
-_- 어쨌든 해결은 됐다
'프로그래밍 > Struts' 카테고리의 다른 글
[Struts2] Form action defaulting to 'action' attribute's literal value 경고 해결법 (0) | 2011.07.21 |
---|---|
[Struts2] 액션 클래스 간의 데이터 주고 받기 (0) | 2011.07.20 |
[Struts2] 한글 깨짐 해결 (0) | 2011.07.18 |
[Struts2] 세션값 가져오기 (0) | 2011.07.18 |
[Struts2] 자바 코드로 HTML 작성해서 결과 반환 (0) | 2011.07.18 |
TAG
- 여성가족부
- window
- 코멧
- JSP
- 시각 차이
- MacOS
- 안드로이드
- 스트럿츠
- 주피터 노트북
- ibatis
- 서양인
- 스프링
- 함수
- Android
- 구매 가이드
- EL
- 오류
- struts
- mvc
- 동양인
- 랜덤
- 데이터베이스
- 특수문자
- 페이지 이동
- JavaScript
- 테이블
- 자바스크립트
- 기본
- 파이썬
- jstl
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함
- Total
- Today
- Yesterday