CentOS2 Spring boot, Tomcat 배포 시 springSecurityFilterChain 빈 생성 오류 1. 오류 확인 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChain' defined in class path resource [org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [j.. 2020. 1. 29. Spring boot, Tomcat 배포 시 Storage 빈 생성 오류 1. 오류 확인 AWS(Centos 환경)에서 Spring 서버를 Tomcat에 올리려고 했는데 Storage 생성이 안된다는 오류 메시지가 떴다. 로컬에서 Tomcat에 올리지 않고 개발할 때는 파일 업로드 경로를 application.properties에 원하는 경로를 상대 경로로 설정했더니 잘 돌아갔었는데 Tomcat에 올리려고 하니까 오류가 나는 상황 2. 원인 파악 이미지가 저장되고 불러올 수 있는 경로 확보가 필요 이미지 관련 url요청을 받으면 Tomcat에서 이미지가 있는 경로로 연결할 수 있는 설정 필요 3. 해결 업로드 경로 수정 Tomcat/webapps/디렉터리 안에 파일을 저장할 폴더 upload를 생성하고 소유자를 tomcat으로 변경, application.properties에.. 2020. 1. 9. 이전 1 다음