Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- jsp
- JavaScript
- udp
- 인코딩
- 메모리
- UIWebView
- ipad
- iphone
- 티스토리 초대
- encoding
- MySQL
- Objective C
- spring
- C#
- 이클립스
- 티스토리 초대장
- permgen space
- HTML
- Tomcat
- Eclipse
- java
- Android
- WebView
- ios
- jQuery
- Database
- Memory
- 톰켓
- 한글
- XML
Archives
- Today
- Total
목록conf (1)
suroMind
[Server]Tomcat max thread 변경
톰켓이 스레드가 부족할 경우 아래와 같은 메세지를 출력하고 다운될 때가 있다. 심각: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status 기본적인 maxThreads가 200이므로 늘려주면된다. Tomcat폴더/conf/server.xml 파일에서 Connector 엘리먼트에서 변경 혹은 추가한다. 참고 : http://blog.naver.com/PostView.nhn?blogId=junix&logNo=80125225673
IT분야/Server
2013. 12. 13. 16:00