코딩 삽질
[weblogic] 500 에러
deonggi
2019. 12. 10. 19:44
728x90
반응형
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Tue Dec 10 18:57:02 KST 2019
There was an unexpected error (type=Internal Server Error, status=500).
Error resolving template "/contents/sapLIst", template might not exist or might not be accessible by any of the configured Template Resolvers
환경
weblogic 12.2.1.3.0
spring boot 2.0.4.RELEASE
현상
로컬에서 실행했을 때는 문제가 없지만 weblogic에서는 페이지 에러가 난다.
결론
html 파일명이 sapList 인데 sapLIst로 대문자로 썼다고 weblogic이 못찾은 것.
728x90
반응형