ajp - Is AjpProtocol safe to use in Tomcat 6? -
ajp - Is AjpProtocol safe to use in Tomcat 6? -
when select ajp/1.3 connector protocol in tomcat 6 , tomcat 7 org.apache.jk.server.jkcoyotehandler , org.apache.coyote.ajp.ajpprotocol, respectively.
according documentation, ajpprotocol new implementation, jkcoyotehandler old implementation.
i'm seeing intermittent problems ajp http request homecoming after 20 seconds http 400 response. in attempts track downwards cause ran across different ajp protocol implementations , surprised old implementation default.
given need solution tomcat 6 now, trying out new ajpprotocol relatively safe? stable? or there reason tomcat 6 still defaults old implementation?
tomcat ajp
Comments
Post a Comment