Develop/Spring
[오류]localhost 페이지를 찾을 수 없음
jaekk
2018. 8. 18. 22:22
localhost 페이지를 찾을 수 없음
다음 웹 주소(http://localhost:8080/controller/home.jsp)에 대해 발견된 웹페이지가 없습니다.
1) path 설정
2) 포트 설정
3) url설정
4) 프로젝트 - 웹서버등록
5) 서버 설정
톰캣 오류 화면
1 2 3 4 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/root-context.xml]: Invocation of init method failed; nested exception is java.io.FileNotFoundException: class path resource [mappers/*Mapper.xml] cannot be opened because it does not exist | cs |
mappers/**/*.xml 로 수정하여 오류 해결