Tomcat stops responding to Apache

后端 未结 4 1385
别那么骄傲
别那么骄傲 2020-12-31 09:04

I\'m trying to resolve an issue about connecting Apache and Tomcat with mod_proxy_ajp. In my case, the Tomcat stops to response the Apache, and the apache log prints logs er

4条回答
  •  轮回少年
    2020-12-31 09:35

    Try this :

    1. try with increase the number of thread count. (It will postpone the errors)
    2. In tomcat configuration try "org.apache.coyote.ajp.AjpProtocol" instead the APR.

提交回复
热议问题