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?
Asked
Active
Viewed 2,256 times
4
-
the problem was due to system time set to an old date. – user121196 Feb 05 '12 at 22:03
1 Answers
3
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.

norbert
- 152
- 2
- 12