Tomcat

[Connector相关]
tomcat-connector的微调(1): acceptCount参数 https://hongjiang.info/tomcat-connector-tuning-1/
tomcat-connector的微调(2): maxConnections, maxThreads https://hongjiang.info/tomcat-connector-tuning-2/
tomcat-connector的微调(3): processorCache与socket.processorCache https://hongjiang.info/tomcat-connector-tuning-3/
tomcat-connector的微调(4): 超时相关的参数 https://hongjiang.info/tomcat-connector-tuning-4/
tomcat-connector的微调(5): keep-alive相关的参数 https://hongjiang.info/tomcat-connector-tuning-5/
关于tomcat的Advanced IO https://hongjiang.info/tomcat-advanced-io/
tomcat对keep-alive的实现逻辑 https://hongjiang.info/how-tomcat-implements-keep-alive/
模拟tomcat bio模式下线程池利用率超过75%关闭keep-alive的情况 https://hongjiang.info/tomcat-bio-keep-alive/
tomcat nio模式下sendfile引起的NPE https://hongjiang.info/tomcat-nio-sendfile-bug/

[启动相关的问题]
tomcat启动失败时的ClassNotFoundException https://hongjiang.info/tomcat-deploy-failed-and-classnotfoundexception/
tomcat启动时检测到循环继承而栈溢出的问题 https://hongjiang.info/tomcat-process-annotations-cyclic-inheritance/
tomcat启动遇到NoSuchMethodError错误的排查思路 https://hongjiang.info/tomcat-nosuchmethoderror-trouble-shooting/
Docker中apache-tomcat启动慢的问题 https://hongjiang.info/tomcat-startup-slowly-in-docker/

[关闭过程]
tomcat关闭应用时的清理工作(1): JDBC Driver https://hongjiang.info/tomcat-jdbc-leak-prevention/
tomcat关闭应用时的清理工作(2): 线程的清理 https://hongjiang.info/tomcat-clear-references-threads/
tomcat关闭应用时的清理工作(3): ThreadLocal https://hongjiang.info/tomcat-clear-references-threadlocal/
答疑:tomcat关闭脚本怎么确保不误杀其他进程 https://hongjiang.info/qa-how-tomcat-shutdown/

[其他]
tomcat进程意外退出: oom-killer https://hongjiang.info/tomcat-killed-by-oomkiller/
tomcat进程意外退出的问题分析 https://hongjiang.info/why-kill-2-cannot-stop-tomcat/
shell脚本里后台进程忽略SIGINT信号问题排查 https://hongjiang.info/shell-script-background-process-ignore-sigint/
使用strace定位jvm退出的原因范围 https://hongjiang.info/jvm-exit-diagnose-by-strace/
tomcat每隔一小时full gc的问题 https://hongjiang.info/tomcat-full-gc-every-hour/
GreenTea JUG的交流 https://hongjiang.info/greentea-jug-hangzhou-2014-5-10/
Pandora的启动优化 https://hongjiang.info/pandora-startup-optimize/
关于application/x-www-form-urlencoded编码 https://hongjiang.info/http-application-x-www-form-urlencoded/
检查应用jar冲突的脚本 https://hongjiang.info/duplicate-classes-check-script/
检测最耗cpu的线程的脚本 https://hongjiang.info/find-busiest-thread-of-java/

Leave a Reply

Your email address will not be published. Required fields are marked *