Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当 apache http 服务器通过 ajp 将 Web 请求转发给它时,tomcat 6.0.30 就会崩溃。通过http 8080处理相同的请求本身就可以了。我该如何调试这个问题?可能是什么问题呢?
对于 http 8080 是可以的,所以我猜 ajp 连接器阻塞或响应较慢。您可以使用 tcpdump 监控 apache 和 tomcat 之间的流量。或 kill -3 查看堆栈信息。