4

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?

user121196
  • 30,032
  • 57
  • 148
  • 198

1 Answers1

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