일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 국가직
- 통영예쁜카페
- 방이편백육분삼십
- 돈암동맛집
- 통영여행
- 통영에어비앤비
- 한성대맛집
- gradle
- 꼴뚜기회
- 파이썬
- npm
- 성신여대편백집
- ubuntu자바설치
- 성북구맛집
- 한남동맛집
- react
- JavaScript
- ELK
- 자바스크립트에러처리
- 성신여대맛집
- 영화추천
- tomcat7
- 서울숲누룽지통닭구이
- 방이편백육분삼십성신여대
- 스페인여행
- 퇴사후공무원
- 뚝섬역맛집
- 통영
- springboot
- 공무원
- Today
- Total
목록Web/Tomcat (5)
코린이의 기록
간단한 몇줄 소스 수정할때마다 톰캣이 reload되니 overload가 생겨서 이 기능을 없애기로 했다. 방법은 아주 간단하다. server.xml 에서 reloadable="true"를 "false"로 바꿔준다. 수정 전 수정 후
톰캣이 정상적으로 뜬거 같은데 jsp page를 못찾아 404 error가 발생한다면? tomcat/work 디렉토리를 삭제한다. (어짜피 실행하면 다시생성되는 디렉토리임) 삭제 후 다시 톰캣을 띄웠더니 정상적으로 화면이 띄워짐
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364정보: Server version: Apache Tomcat/7.0.791월 16, 2019 10:45:50 오전 org.apache.catalina.startup.VersionLoggerListener log정보: Server built: Jun 26 2017 16:25:20 UTC1월 16, 2019 10:45:50 오전 org.apache.catalina.startup.VersionLoggerListener log정보: Server number: 7.0.79.01월 16, 2019 10:4..
Tomcat 구동 후 404 에러가 발생하였다. server.xml에서 Contextpath 설정도 잘 해줬는데, 왜 404 에러가 발생하였을까 뒤적거리다가,Catalina.out을 자세히 보라는 어느 블로그를 보고 로그를 확인해 보았다. 12345678910111213141516171819202122232425262728293031524 SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener525 org.springframework.beans.factory.BeanCreationException: Error creat..
웹 어플리케이션 개발 중다음과 같은 톰캣에러가 발생하였다. 123456789 57 Aug 27, 2018 11:16:31 AM org.apache.catalina.core.StandardContext startInternal 58 SEVERE: One or more listeners failed to start. Full details will be found in the appropriate container log file 59 Aug 27, 2018 11:16:31 AM org.apache.catalina.core.StandardContext startInternal 60 SEVERE: Context [/aui] startup failed due to previous errors 61 Aug 27,..