debugging ajp on tomcat

2.3k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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.