일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- object
- http://jeonghwan-kim.github.io/dev/2019/06/25/react-ts.html
- 출처 : https://webdir.tistory.com/506
- 출처 : https://joshua1988.github.io/web-development/javascript/promise-for-beginners/
- 게시판
- https://velog.io/@velopert/create-typescript-react-component
- toString
Archives
- Today
- Total
Back Ground
톰켓 6->7 업그레이드시 주의 본문
참고 : http://tomcat.10.x6.nabble.com/Exeptions-after-upgrading-to-tomcat-7-td4999496.html
Tomcat 7.0.34로 업그레이드하는 동안 처리해야 할 예외 가 있다.
닫지 않은 스레드로 인한 메모리 누수
server.xml에서 다음 행를 바꿔야한다.
<! - 특정 java / javax API 사용으로 인한 메모리 누출 방지 ->
<Listener className = "org.apache.catalina.core.JreMemoryLeakPreventionListener"/> |
↓
<Listener className = "org.apache.catalina.core.ThreadLocalLeakPreventionListener"/> |
'Server > Tomcat' 카테고리의 다른 글
Tomcat 서버 2개이상 띄울때 (0) | 2017.06.01 |
---|---|
Apache - tomcat(톰켓) 설치 (0) | 2016.08.26 |
Comments