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 :
- try increase number of thread count. (it postpone errors)
- in tomcat configuration try
"org.apache.coyote.ajp.ajpprotocol"
instead apr.
Comments
Post a Comment