Tomcat stops responding to Apache -


i'm trying resolve issue connecting apache , tomcat mod_proxy_ajp. in case, tomcat stops response apache, , apache log prints logs error message this:

[mon may 06 15:22:47 2013] [error] ajp_read_header: ajp_ilink_receive failed [mon may 06 15:22:47 2013] [error] (120006)apr not understand error code: proxy: read response failed [::1]:18009 (localhost) 

i have no idea. can me?

try :

  1. try increase number of thread count. (it postpone errors)
  2. in tomcat configuration try "org.apache.coyote.ajp.ajpprotocol" instead apr.

Comments