tomcat 6.0.30 crashes whenever apache http server forward the web request to it via ajp. It by itself is fine to handle the same request via http 8080. how do I debug this problem? what could be the problem?
tomcat 6.0.30 crashes whenever apache http server forward the web request to it via
Share
for http 8080 is ok, so I guess ajp connector is blocking or slower response.You can use tcpdump to monitor traffic between apache and tomcat. or kill -3 to see stack info.